Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/record/methods/
H A Dtlsany_meth.c79 SSL_R_HTTPS_PROXY_REQUEST); in tls_validate_record_header()
/freebsd/crypto/openssl/include/openssl/
H A Dsslerr.h134 # define SSL_R_HTTPS_PROXY_REQUEST 155 macro
/freebsd/crypto/openssl/crypto/
H A Dssl_err.c194 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_HTTPS_PROXY_REQUEST),
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1464 SSL_R_HTTPS_PROXY_REQUEST:155:https proxy request
/freebsd/contrib/unbound/util/
H A Dnetevent.c3392 (ERR_GET_REASON(err) == SSL_R_HTTPS_PROXY_REQUEST ||