Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/
H A D80-test_ca.t83 lastupdate => '1234567890',
87 lastupdate => '200901123456Z',
91 lastupdate => '20990901123456Z',
107 lastupdate => '200901123456Z',
112 lastupdate => '20990901123456Z',
168 if (exists $opts->{lastupdate}) {
169 push @gencrl_opts, '-crl_lastupdate', $opts->{lastupdate};
195 if (exists $opts->{lastupdate}) {
198 rfc5280_time($opts->{lastupdate}),
/freebsd/contrib/tnftp/src/
H A Dprogressbar.c127 static struct timeval lastupdate; variable
169 lastupdate = start;
175 timersub(&now, &lastupdate, &wait);
177 lastupdate = now;
373 timersub(&now, &lastupdate, &wait);
/freebsd/crypto/openssl/apps/
H A Dcrl.c91 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
180 lastupdate = ++num; in crl_main()
334 if (lastupdate == i) { in crl_main()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-crl.pod.in29 [B<-lastupdate>]
124 =item B<-lastupdate>
/freebsd/crypto/openssl/apps/include/
H A Dapps.h84 int set_crl_lastupdate(X509_CRL *crl, const char *lastupdate);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c3228 int set_crl_lastupdate(X509_CRL *crl, const char *lastupdate) in set_crl_lastupdate() argument
3236 if (lastupdate == NULL) { in set_crl_lastupdate()
3240 if (!ASN1_TIME_set_string_X509(tm, lastupdate)) in set_crl_lastupdate()