Searched refs:certify (Results 1 – 8 of 8) sorted by relevance
/openssl-master/test/recipes/90-test_includes_data/conf-includes/ |
A D | includes1.cnf | 25 default_days = 365 # how long to certify for
|
/openssl-master/test/ |
A D | test.cnf | 20 default_days = 365 # how long to certify for
|
A D | CAtsa.cnf | 37 default_days = 365 # how long to certify for
|
/openssl-master/doc/man1/ |
A D | openssl-ca.pod.in | 234 The number of days to certify the certificate for. 495 The same as the B<-days> option. The number of days to certify 500 The same as the B<-startdate> option. The start date to certify 702 default_days = 365 # how long to certify for 769 Canceling some commands by refusing to certify a certificate can
|
A D | openssl-req.pod.in | 314 days to certify the certificate for, otherwise it is ignored. I<n> should
|
/openssl-master/apps/ |
A D | ca.c | 91 static int certify(X509 **xret, const char *infile, int informat, 993 j = certify(&x, infile, informat, pkey, x509p, dgst, in ca_main() 1013 j = certify(&x, argv[i], informat, pkey, x509p, dgst, in ca_main() 1355 static int certify(X509 **xret, const char *infile, int informat, in certify() function
|
A D | openssl-vms.cnf | 112 default_days = 365 # how long to certify for
|
A D | openssl.cnf | 112 default_days = 365 # how long to certify for
|
Completed in 17 milliseconds