Searched refs:lastUpdate (Results 1 – 8 of 8) sorted by relevance
47 return ossl_x509_set1_time(&x->crl.enc.modified, &x->crl.lastUpdate, tm); in X509_CRL_set1_lastUpdate()93 return crl->crl.lastUpdate; in X509_CRL_get0_lastUpdate()104 return crl->crl.lastUpdate; in X509_CRL_get_lastUpdate()
71 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
65 B<lastUpdate> and B<nextUpdate> fields of I<crl>. The value70 X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate() set the B<lastUpdate>83 or NULL if the B<lastUpdate> field is absent.
180 format error in CRL's lastUpdate field>182 The CRL B<lastUpdate> field contains an invalid time.
131 Output the lastUpdate field.
374 Allows the value of the CRL's lastUpdate field to be explicitly set; if
93 ASN1_TIME *lastUpdate; /* lastUpdate field */ member
3376 allowing the `lastUpdate` and `nextUpdate` fields in the generated CRL to
Completed in 69 milliseconds