Home
last modified time | relevance | path

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

/openssl/test/recipes/
H A D80-test_ca.t194 my $crl_lastupdate = crl_field("$filename-crl.pem", 'lastUpdate');
197 $crl_lastupdate,
202 diag("CRL lastUpdate: $crl_lastupdate");
207 $crl_gentime - 1 <= $crl_lastupdate && $crl_lastupdate <= $crl_gentime + 1,
/openssl/doc/man1/
H A Dopenssl-ca.pod.in26 [B<-crl_lastupdate> I<date>]
356 =item B<-crl_lastupdate> I<time>
368 B<-crl_lastupdate>.
819 any of B<-crl_lastupdate>, B<-crl_nextupdate>, B<-crldays>, B<-crlhours>
/openssl/apps/
H A Dca.c297 char *crl_lastupdate = NULL, *crl_nextupdate = NULL; in ca_main() local
440 crl_lastupdate = opt_arg(); in ca_main()
1198 if (!set_crl_lastupdate(crl, crl_lastupdate)) { in ca_main()
/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 64 milliseconds