Searched refs:CAserial (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 25-test_verify_store.t | 26 my $CAserial="certCA.srl"; 89 -CAserial => $CAserial,
|
| H A D | 80-test_ssl_old.t | 52 my $CAserial="certCA.srl"; 232 "-CA", $CAcert, "-CAkey", $CAkey, "-CAserial", $CAserial, 271 "-CAserial", $CAserial, 318 "-CAserial", $CAserial,
|
| /freebsd/crypto/openssl/apps/ |
| H A D | x509.c | 339 char *CAkeyfile = NULL, *CAserial = NULL, *pubkeyfile = NULL, *alias = NULL; in x509_main() local 483 CAserial = opt_arg(); in x509_main() 764 if (CAserial != NULL) in x509_main() 902 sno = x509_load_serial(CAfile, CAserial, CA_createserial); in x509_main()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-x509.pod.in | 75 [B<-CAserial> I<filename>] 375 the serial number file (as specified by the B<-CAserial> option) is not used. 544 =item B<-CAserial> I<filename> 559 If the B<-CA> option is specified and neither <-CAserial> or <-CAcreateserial>
|