Home
last modified time | relevance | path

Searched refs:nextupdate (Results 1 – 6 of 6) sorted by relevance

/openssl-master/test/recipes/
A D80-test_ca.t95 nextupdate => '1234567890',
99 nextupdate => '200901123456Z',
103 nextupdate => '20990901123456Z',
108 nextupdate => '200908123456Z',
113 nextupdate => '20990908123456Z',
172 if (exists $opts->{nextupdate}) {
173 push @gencrl_opts, '-crl_nextupdate', $opts->{nextupdate};
213 if (exists $opts->{nextupdate}) {
216 rfc5280_time($opts->{nextupdate}),
/openssl-master/apps/
A Dcrl.c91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
183 nextupdate = ++num; in crl_main()
339 if (nextupdate == i) { in crl_main()
/openssl-master/doc/man1/
A Dopenssl-crl.pod.in30 [B<-nextupdate>]
128 =item B<-nextupdate>
/openssl-master/apps/include/
A Dapps.h84 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate,
/openssl-master/apps/lib/
A Dapps.c3190 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, in set_crl_nextupdate() argument
3199 if (nextupdate == NULL) { in set_crl_nextupdate()
3203 if (!ASN1_TIME_set_string_X509(tm, nextupdate)) in set_crl_nextupdate()
/openssl-master/crypto/err/
A Dopenssl.txt794 OCSP_R_ERROR_IN_NEXTUPDATE_FIELD:122:error in nextupdate field
797 OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE:124:nextupdate before thisupdate

Completed in 15 milliseconds