Searched refs:nextupdate (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/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-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dcrl.c40 {"nextupdate", OPT_NEXTUPDATE, '-', "Set nextUpdate field"},
76 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; local
156 nextupdate = ++num;
286 if (nextupdate == i) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dcrl.c56 {"nextupdate", OPT_NEXTUPDATE, '-', "Set nextUpdate field"},
91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; local
183 nextupdate = ++num;
339 if (nextupdate == i) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h85 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate,
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c3253 int set_crl_nextupdate(X509_CRL *crl, const char *nextupdate, argument
3262 if (nextupdate == NULL) {
3266 if (!ASN1_TIME_set_string_X509(tm, nextupdate))

Completed in 194 milliseconds