Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/x509/
H A Dx509cset.c41 return x509_set1_time(&x->crl.lastUpdate, tm); in X509_CRL_set1_lastUpdate()
86 return crl->crl.lastUpdate; in X509_CRL_get0_lastUpdate()
97 return crl->crl.lastUpdate; in X509_CRL_get_lastUpdate()
H A Dx_crl.c71 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
/freebsd-13.1/crypto/openssl/doc/man3/
H A DX509_get0_notBefore.pod47 B<lastUpdate> and B<nextUpdate> fields of B<crl>. The value
52 X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate() set the B<lastUpdate>
63 or NULL if the B<lastUpdate> field is absent.
H A DX509_STORE_CTX_get_error.pod159 =item B<X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD: format error in CRL's lastUpdate field>
161 the CRL lastUpdate field contains an invalid time.
/freebsd-13.1/crypto/openssl/include/crypto/
H A Dx509.h82 ASN1_TIME *lastUpdate; /* lastUpdate field */ member
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dcrl.pod88 Output the lastUpdate field.
H A Dverify.pod488 The CRL lastUpdate field contains an invalid time.