Searched refs:nextupdate (Results 1 – 10 of 10) sorted by relevance
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/ |
H A D | 80-test_ca.t | 95 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 D | crl.c | 76 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 D | crl.c | 91 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 D | crl.pod | 22 [B<-nextupdate>] 90 =item B<-nextupdate>
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man1/ |
H A D | openssl-crl.pod.in | 30 [B<-nextupdate>] 128 =item B<-nextupdate>
|
/netbsd/crypto/external/bsd/openssl/dist/apps/include/ |
H A D | apps.h | 85 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate,
|
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | apps.c | 3246 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 D | openssl.txt | 806 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 D | openssl.txt | 2333 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 D | CommitLog-4.1.0 | 1289 (poll_update): Bump nextupdate on FLAG_REFCLOCK, not _REFCLOCK or
|