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 | 51 my $CAserial="certCA.srl"; 169 "-CA", $CAcert, "-CAkey", $CAkey, "-CAserial", $CAserial, 208 "-CAserial", $CAserial, 255 "-CAserial", $CAserial,
|
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 273 char *CAkeyfile = NULL, *CAserial = NULL, *pubkeyfile = NULL, *alias = NULL; in x509_main() local 410 CAserial = opt_arg(); in x509_main() 672 if (CAserial != NULL) in x509_main() 812 sno = x509_load_serial(CAfile, CAserial, CA_createserial); in x509_main()
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 71 [B<-CAserial> I<filename>] 366 the serial number file (as specified by the B<-CAserial> option) is not used. 495 =item B<-CAserial> I<filename> 510 If the B<-CA> option is specified and neither <-CAserial> or <-CAcreateserial>
|