Home
last modified time | relevance | path

Searched refs:nextUpdate (Results 1 – 19 of 19) sorted by relevance

/third_party/openssl/crypto/x509/
Dx509cset.c48 return x509_set1_time(&x->crl.nextUpdate, tm); in X509_CRL_set1_nextUpdate()
91 return crl->crl.nextUpdate; in X509_CRL_get0_nextUpdate()
102 return crl->crl.nextUpdate; in X509_CRL_get_nextUpdate()
Dx_crl.c72 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
/third_party/openssl/doc/man3/
DX509_get0_notBefore.pod47 B<lastUpdate> and B<nextUpdate> fields of B<crl>. The value
49 the call. If the B<nextUpdate> field is absent from B<crl> then
53 and B<nextUpdate> fields of B<crl> to B<tm>. Ownership of the passed parameter
DOCSP_resp_find_status.pod168 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate>
171 OCSP_check_validity(). Some responders do not set the B<nextUpdate> field, this
DX509_STORE_CTX_get_error.pod163 =item B<X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD: format error in CRL's nextUpdate field>
165 the CRL nextUpdate field contains an invalid time.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl_ocsp.c135 ASN1_GENERALIZEDTIME *nextUpdate; member
196 ASN1_EXP_OPT(SingleResponse, nextUpdate, ASN1_GENERALIZEDTIME, 0),
760 if (sresp->nextUpdate) { in check_ocsp_resp()
761 txt = generalizedtime_str(sresp->nextUpdate); in check_ocsp_resp()
814 matching_resp->nextUpdate)) { in check_ocsp_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl_ocsp.c135 ASN1_GENERALIZEDTIME *nextUpdate; member
196 ASN1_EXP_OPT(SingleResponse, nextUpdate, ASN1_GENERALIZEDTIME, 0),
760 if (sresp->nextUpdate) { in check_ocsp_resp()
761 txt = generalizedtime_str(sresp->nextUpdate); in check_ocsp_resp()
814 matching_resp->nextUpdate)) { in check_ocsp_resp()
/third_party/openssl/crypto/ocsp/
Docsp_prn.c216 if (single->nextUpdate) { in OCSP_RESPONSE_print()
219 if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate)) in OCSP_RESPONSE_print()
Docsp_local.h144 ASN1_GENERALIZEDTIME *nextUpdate; member
Docsp_asn.c97 ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
Docsp_srv.c108 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status()
Docsp_cl.c301 *nextupd = single->nextUpdate; in OCSP_single_get0_status()
/third_party/openssl/include/crypto/
Dx509.h83 ASN1_TIME *nextUpdate; /* nextUpdate field: optional */ member
/third_party/openssl/doc/man1/
Dcrl.pod92 Output the nextUpdate field.
Docsp.pod383 used in the B<nextUpdate> field. If neither option is present then the
384 B<nextUpdate> field is omitted meaning fresh revocation information is
Dverify.pod492 The CRL nextUpdate field contains an invalid time.
Dca.pod319 now to place in the CRL nextUpdate field.
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.data2039 X509 CRL ASN1 (TBSCertList, correct thisUpdate, nextUpdate missing, entries length missing)
/third_party/openssl/
DCHANGES4505 *) Fix bug where CRLs with nextUpdate in the past are sometimes accepted
8693 between thisUpdate and nextUpdate max reject otherwise valid responses
8695 we allow thisUpdate and nextUpdate to fall within a certain period of