Home
last modified time | relevance | path

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

/openssl/test/recipes/
H A 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,
/openssl/apps/
H A Dca.c297 char *crl_lastupdate = NULL, *crl_nextupdate = NULL; in ca_main() local
443 crl_nextupdate = opt_arg(); in ca_main()
1184 if ((crl_nextupdate == NULL) && in ca_main()
1204 if (!set_crl_nextupdate(crl, crl_nextupdate, in ca_main()
/openssl/doc/man1/
H A Dopenssl-ca.pod.in27 [B<-crl_nextupdate> I<date>]
363 =item B<-crl_nextupdate> I<time>
819 any of B<-crl_lastupdate>, B<-crl_nextupdate>, B<-crldays>, B<-crlhours>
/openssl/doc/man7/
H A Dmigration_guide.pod2229 B<-crl_lastupdate> and B<-crl_nextupdate> used by B<openssl ca> allows
/openssl/
H A DCHANGES.md1833 * Added the options `-crl_lastupdate` and `-crl_nextupdate` to `openssl ca`,

Completed in 111 milliseconds