Home
last modified time | relevance | path

Searched refs:next_update (Results 1 – 4 of 4) sorted by relevance

/external/scapy/scapy/layers/tls/
Dcert.py784 if tbsCertList.next_update:
785 self.nextUpdate_str = tbsCertList.next_update.pretty_time
786 nextUpdate = tbsCertList.next_update.val
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c1118 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
1230 &this_update, &next_update); in ocsp_resp_cb()
1245 &next_update); in ocsp_resp_cb()
1262 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c4587 ASN1_GENERALIZEDTIME *produced_at, *this_update, *next_update; in ocsp_resp_cb() local
4688 &this_update, &next_update); in ocsp_resp_cb()
4701 &next_update); in ocsp_resp_cb()
4715 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
/external/scapy/test/
Dx509.uts175 tbs.next_update == ASN1_UTC_TIME("070217235959Z")