Searched refs:crl_nextupdate (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/test/recipes/ |
D | 80-test_ca.t | 212 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/ |
D | ca.c | 297 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/ |
D | openssl-ca.pod.in | 26 [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/ |
D | migration_guide.pod | 2229 B<-crl_lastupdate> and B<-crl_nextupdate> used by B<openssl ca> allows
|
/third_party/openssl/ |
D | CHANGES.md | 2002 * Added the options `-crl_lastupdate` and `-crl_nextupdate` to `openssl ca`,
|