Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/include/openssl/
H A Dsslerr.h126 # define SSL_R_HTTP_REQUEST 156 macro
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_err.c181 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_HTTP_REQUEST), "http request"},
/freebsd-14.2/crypto/openssl/ssl/record/
H A Dssl3_record.c350 SSLfatal(s, SSL_AD_NO_ALERT, SSL_R_HTTP_REQUEST); in ssl3_get_record()
/freebsd-14.2/crypto/openssl/crypto/err/
H A Dopenssl.txt1354 SSL_R_HTTP_REQUEST:156:http request
/freebsd-14.2/contrib/unbound/util/
H A Dnetevent.c3373 ERR_GET_REASON(err) == SSL_R_HTTP_REQUEST ||