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.t227 my $crl_nextupdate = crl_field("$filename-crl.pem", 'nextUpdate');
230 $crl_nextupdate,
235 diag("CRL nextUpdate: $crl_nextupdate");
241 $crl_gentime + 59 <= $crl_nextupdate && $crl_nextupdate <= $crl_gentime + 61,
/openssl/apps/
H A Dca.c303 char *crl_lastupdate = NULL, *crl_nextupdate = NULL; in ca_main() local
451 crl_nextupdate = opt_arg(); in ca_main()
1158 if ((crl_nextupdate == NULL) && in ca_main()
1178 if (!set_crl_nextupdate(crl, crl_nextupdate, in ca_main()
/openssl/doc/man1/
H A Dopenssl-ca.pod.in27 [B<-crl_nextupdate> I<date>]
379 =item B<-crl_nextupdate> I<time>
835 any of B<-crl_lastupdate>, B<-crl_nextupdate>, B<-crldays>, B<-crlhours>
/openssl/doc/man7/
H A Dossl-guide-migration.pod2321 B<-crl_lastupdate> and B<-crl_nextupdate> used by B<openssl ca> allows
/openssl/
H A DCHANGES.md3311 * Added the options `-crl_lastupdate` and `-crl_nextupdate` to `openssl ca`,

Completed in 81 milliseconds