Home
last modified time | relevance | path

Searched refs:crl_nextupdate (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/test/recipes/
D80-test_ca.t212 my $crl_nextupdate = crl_field("$filename-crl.pem", 'nextUpdate');
215 $crl_nextupdate,
220 diag("CRL nextUpdate: $crl_nextupdate");
226 $crl_gentime + 59 <= $crl_nextupdate && $crl_nextupdate <= $crl_gentime + 61,
/third_party/openssl/apps/
Dca.c297 char *crl_lastupdate = NULL, *crl_nextupdate = NULL; in ca_main() local
440 crl_nextupdate = opt_arg(); in ca_main()
1181 if ((crl_nextupdate == NULL) && in ca_main()
1201 if (!set_crl_nextupdate(crl, crl_nextupdate, in ca_main()
/third_party/openssl/doc/man1/
Dopenssl-ca.pod.in26 [B<-crl_nextupdate> I<date>]
357 =item B<-crl_nextupdate> I<time>
813 any of B<-crl_lastupdate>, B<-crl_nextupdate>, B<-crldays>, B<-crlhours>
/third_party/openssl/doc/man7/
Dmigration_guide.pod2229 B<-crl_lastupdate> and B<-crl_nextupdate> used by B<openssl ca> allows
/third_party/openssl/
DCHANGES.md2002 * Added the options `-crl_lastupdate` and `-crl_nextupdate` to `openssl ca`,