Home
last modified time | relevance | path

Searched refs:wget_ocsp_fingerprint_in_cache (Results 1 – 5 of 5) sorted by relevance

/dports/www/wget2/wget2-2.0.0/fuzz/
H A Dlibwget_ocsp_fuzzer.c66 wget_ocsp_fingerprint_in_cache(ocsp_db, "", &revoked); in LLVMFuzzerTestOneInput()
/dports/www/wget2/wget2-2.0.0/libwget/
H A Docsp.c163 bool wget_ocsp_fingerprint_in_cache(const wget_ocsp_db *ocsp_db, const char *fingerprint, int *revo… in wget_ocsp_fingerprint_in_cache() function
H A Dssl_openssl.c980 if (wget_ocsp_fingerprint_in_cache(config.ocsp_cert_cache, fingerprint, &revoked)) { in check_cert_chain_for_ocsp()
H A Dssl_gnutls.c1103 if (wget_ocsp_fingerprint_in_cache(config.ocsp_cert_cache, fingerprint, &revoked)) {
/dports/www/wget2/wget2-2.0.0/include/wget/
H A Dwget.h1635 WGETAPI wget_ocsp_fingerprint_in_cache_fn wget_ocsp_fingerprint_in_cache; variable