Home
last modified time | relevance | path

Searched refs:enddate (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/
Dmake_ssl_certs.py11 enddate = "20371028142316Z" variable
132 enddate=enddate
194 enddate=enddate
/third_party/openssl/apps/
Dca.c96 const char *enddate,
105 const char *enddate, long days, int batch, const char *ext_sect,
114 const char *enddate, long days, const char *ext_sect, CONF *conf,
121 int email_dn, const char *startdate, const char *enddate, long days,
247 char *prog, *startdate = NULL, *enddate = NULL; in ca_main() local
314 enddate = opt_arg(); in ca_main()
819 if (enddate == NULL) { in ca_main()
820 enddate = NCONF_get_string(conf, section, ENV_DEFAULT_ENDDATE); in ca_main()
821 if (enddate == NULL) in ca_main()
824 if (enddate != NULL && !ASN1_TIME_set_string_X509(NULL, enddate)) { in ca_main()
[all …]
Dx509.c181 int enddate = 0; in x509_main() local
378 enddate = ++num; in x509_main()
428 enddate = ++num; in x509_main()
767 } else if (enddate == i) { in x509_main()
Dapps.h88 int set_cert_times(X509 *x, const char *startdate, const char *enddate,
Dapps.c2757 int set_cert_times(X509 *x, const char *startdate, const char *enddate, in set_cert_times() argument
2767 if (enddate == NULL) { in set_cert_times()
2771 } else if (!ASN1_TIME_set_string_X509(X509_getm_notAfter(x), enddate)) { in set_cert_times()
/third_party/openssl/doc/man1/
Dca.pod28 [B<-enddate date>]
179 =item B<-enddate date>
452 The same as the B<-enddate> option. Either this option or
751 B<-enddate> and B<-days>) will be encoded as UTCTime if the dates are
Dx509.pod30 [B<-enddate>]
247 =item B<-enddate>
/third_party/openssl/
DCHANGES12239 *) Fix -startdate and -enddate (which was missing) arguments to 'ca'