Home
last modified time | relevance | path

Searched refs:OCSP_check_validity (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DOCSP_resp_find_status.pod14 OCSP_single_get0_status, OCSP_check_validity,
54 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
113 OCSP_check_validity() checks the validity of B<thisupd> and B<nextupd> values
165 ID of interest and then check its validity using OCSP_check_validity(). They
171 OCSP_check_validity(). Some responders do not set the B<nextUpdate> field, this
173 B<maxsec> parameter to OCSP_check_validity() can be used to limit the permitted
/third_party/openssl/crypto/ocsp/
Docsp_cl.c338 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, in OCSP_check_validity() function
/third_party/openssl/include/openssl/
Docsp.h223 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
/third_party/openssl/apps/
Docsp.c1105 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dhttp_curl.c1262 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp_curl.c1262 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
/third_party/curl/lib/vtls/
Dopenssl.c1962 if(!OCSP_check_validity(thisupd, nextupd, 300L, -1L)) { in verifystatus()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c4831 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c5009 if (!OCSP_check_validity(this_update, next_update, 5 * 60, -1)) { in ocsp_resp_cb()
/third_party/openssl/crypto/err/
Dopenssl.txt851 OCSP_F_OCSP_CHECK_VALIDITY:115:OCSP_check_validity
/third_party/openssl/util/
Dlibcrypto.num2727 OCSP_check_validity 2690 1_1_0 EXIST::FUNCTION:OCSP
/third_party/openssl/
DCHANGES8690 *) Add OCSP_check_validity() function to check the validity of OCSP