Searched refs:thisUpdate (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl_ocsp.c | 134 ASN1_GENERALIZEDTIME *thisUpdate; member 195 ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME), 754 txt = generalizedtime_str(sresp->thisUpdate); in check_ocsp_resp() 813 if (!ocsp_resp_valid(matching_resp->thisUpdate, in check_ocsp_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl_ocsp.c | 134 ASN1_GENERALIZEDTIME *thisUpdate; member 195 ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME), 754 txt = generalizedtime_str(sresp->thisUpdate); in check_ocsp_resp() 813 if (!ocsp_resp_valid(matching_resp->thisUpdate, in check_ocsp_resp()
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_local.h | 143 ASN1_GENERALIZEDTIME *thisUpdate; member
|
D | ocsp_asn.c | 96 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
|
D | ocsp_srv.c | 105 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
|
D | ocsp_prn.c | 214 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) in OCSP_RESPONSE_print()
|
D | ocsp_cl.c | 299 *thisupd = single->thisUpdate; in OCSP_single_get0_status()
|
/third_party/openssl/doc/man3/ |
D | OCSP_resp_find_status.pod | 168 An OCSP response for a certificate contains B<thisUpdate> and B<nextUpdate>
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509parse.data | 2035 X509 CRL ASN1 (TBSCertList, correct issuer, thisUpdate missing) 2039 X509 CRL ASN1 (TBSCertList, correct thisUpdate, nextUpdate missing, entries length missing) 2067 # 170c303930313031303030303030 thisUpdate Time
|
/third_party/openssl/ |
D | CHANGES | 8693 between thisUpdate and nextUpdate max reject otherwise valid responses 8695 we allow thisUpdate and nextUpdate to fall within a certain period of
|