Searched refs:nextupdate (Results 1 – 6 of 6) sorted by relevance
/openssl/test/recipes/ |
H A D | 80-test_ca.t | 110 nextupdate => '1234567890', 114 nextupdate => '200901123456Z', 118 nextupdate => '20990901123456Z', 123 nextupdate => '200908123456Z', 128 nextupdate => '20990908123456Z', 187 if (exists $opts->{nextupdate}) { 188 push @gencrl_opts, '-crl_nextupdate', $opts->{nextupdate}; 228 if (exists $opts->{nextupdate}) { 231 rfc5280_time($opts->{nextupdate}),
|
/openssl/apps/ |
H A D | crl.c | 91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local 184 nextupdate = ++num; in crl_main() 338 if (nextupdate == i) { in crl_main()
|
/openssl/doc/man1/ |
H A D | openssl-crl.pod.in | 30 [B<-nextupdate>] 133 =item B<-nextupdate>
|
/openssl/apps/include/ |
H A D | apps.h | 90 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate,
|
/openssl/apps/lib/ |
H A D | apps.c | 3342 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, in set_crl_nextupdate() argument 3351 if (nextupdate == NULL) { in set_crl_nextupdate() 3355 if (!ASN1_TIME_set_string_X509(tm, nextupdate)) in set_crl_nextupdate()
|
/openssl/crypto/err/ |
H A D | openssl.txt | 868 OCSP_R_ERROR_IN_NEXTUPDATE_FIELD:122:error in nextupdate field 871 OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE:124:nextupdate before thisupdate
|
Completed in 44 milliseconds