Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/x509/
HDx509cset.c91 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()
HDx509.h445 ASN1_TIME *lastUpdate; member
603 # define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
/NextBSD/crypto/openssl/doc/apps/
HDcrl.pod82 output the lastUpdate field.
HDverify.pod339 =item B<15 X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD: format error in CRL's lastUpdate field>
341 the CRL lastUpdate field contains an invalid time.
/NextBSD/crypto/openssl/doc/crypto/
HDX509_STORE_CTX_get_error.pod133 =item B<X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD: format error in CRL's lastUpdate field>
135 the CRL lastUpdate field contains an invalid time.
/NextBSD/crypto/openssl/crypto/asn1/
HDx_crl.c119 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),