Searched refs:lastUpdate (Results 1 – 7 of 7) sorted by relevance
41 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()
71 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
47 B<lastUpdate> and B<nextUpdate> fields of B<crl>. The value52 X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate() set the B<lastUpdate>63 or NULL if the B<lastUpdate> field is absent.
159 =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.
82 ASN1_TIME *lastUpdate; /* lastUpdate field */ member
88 Output the lastUpdate field.
488 The CRL lastUpdate field contains an invalid time.