Home
last modified time | relevance | path

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

/src/crypto/openssl/test/recipes/
H A D80-test_ca.t109 nextupdate => '1234567890',
113 nextupdate => '200901123456Z',
117 nextupdate => '20990901123456Z',
122 nextupdate => '200908123456Z',
127 nextupdate => '20990908123456Z',
186 if (exists $opts->{nextupdate}) {
187 push @gencrl_opts, '-crl_nextupdate', $opts->{nextupdate};
227 if (exists $opts->{nextupdate}) {
230 rfc5280_time($opts->{nextupdate}),
/src/crypto/openssl/apps/
H A Dcrl.c114 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
207 nextupdate = ++num; in crl_main()
361 if (nextupdate == i) { in crl_main()
/src/crypto/openssl/doc/man1/
H A Dopenssl-crl.pod.in30 [B<-nextupdate>]
133 =item B<-nextupdate>
/src/crypto/openssl/apps/include/
H A Dapps.h91 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate,
/src/crypto/openssl/apps/lib/
H A Dapps.c3364 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, in set_crl_nextupdate() argument
3373 if (nextupdate == NULL) { in set_crl_nextupdate()
3377 if (!ASN1_TIME_set_string_X509(tm, nextupdate)) in set_crl_nextupdate()
/src/contrib/sendmail/src/
H A Dqueue.c6624 static time_t nextupdate = 0; in filesys_update() local
6637 if (now < nextupdate) in filesys_update()
6639 nextupdate = now + FILESYS_UPDATE_INTERVAL; in filesys_update()
6654 nextupdate = now + 2; /* let's do this soon again */ in filesys_update()
/src/crypto/openssl/crypto/err/
H A Dopenssl.txt887 OCSP_R_ERROR_IN_NEXTUPDATE_FIELD:122:error in nextupdate field
890 OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE:124:nextupdate before thisupdate
/src/contrib/ntp/
H A DCommitLog-4.1.01289 (poll_update): Bump nextupdate on FLAG_REFCLOCK, not _REFCLOCK or