Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/test/recipes/
H 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}),
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dcrl.c76 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
156 nextupdate = ++num; in crl_main()
286 if (nextupdate == i) { in crl_main()
/netbsd/crypto/external/bsd/openssl/dist/apps/
H 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()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dcrl.pod22 [B<-nextupdate>]
90 =item B<-nextupdate>
/netbsd/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-crl.pod.in30 [B<-nextupdate>]
128 =item B<-nextupdate>
/netbsd/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h85 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate,
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c3246 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, in set_crl_nextupdate() argument
3255 if (nextupdate == NULL) { in set_crl_nextupdate()
3259 if (!ASN1_TIME_set_string_X509(tm, nextupdate)) in set_crl_nextupdate()
/netbsd/crypto/external/bsd/openssl/dist/crypto/err/
H A Dopenssl.txt806 OCSP_R_ERROR_IN_NEXTUPDATE_FIELD:122:error in nextupdate field
809 OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE:124:nextupdate before thisupdate
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt2333 OCSP_R_ERROR_IN_NEXTUPDATE_FIELD:122:error in nextupdate field
2337 OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE:124:nextupdate before thisupdate
/netbsd/external/bsd/ntp/dist/
H A DCommitLog-4.1.01289 (poll_update): Bump nextupdate on FLAG_REFCLOCK, not _REFCLOCK or