Home
last modified time | relevance | path

Searched refs:lastUpdate (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/x509/
Dx509cset.c89 in=x->crl->lastUpdate; in X509_CRL_set_lastUpdate()
95 M_ASN1_TIME_free(x->crl->lastUpdate); in X509_CRL_set_lastUpdate()
96 x->crl->lastUpdate=in; in X509_CRL_set_lastUpdate()
Dx509.h412 ASN1_TIME *lastUpdate; member
697 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
/mirbsd/src/lib/libssl/src/crypto/asn1/
Dx_crl.c98 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
/mirbsd/src/lib/libssl/src/doc/apps/
Dcrl.pod71 output the lastUpdate field.
Dverify.pod223 =item B<15 X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD: format error in CRL's lastUpdate field>
225 the CRL lastUpdate field contains an invalid time. Unused.