Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/include/openssl/
H A Dsslerr.h341 # define SSL_R_WRONG_SSL_VERSION 266 macro
/freebsd-14.2/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1776 return SSL_R_WRONG_SSL_VERSION; in ssl_choose_server_version()
1921 SSLfatal(s, SSL_AD_PROTOCOL_VERSION, SSL_R_WRONG_SSL_VERSION); in ssl_choose_client_version()
1929 SSLfatal(s, SSL_AD_PROTOCOL_VERSION, SSL_R_WRONG_SSL_VERSION); in ssl_choose_client_version()
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_err.c557 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_WRONG_SSL_VERSION), "wrong ssl version"},
H A Dssl_lib.c2286 ERR_raise(ERR_LIB_SSL, SSL_R_WRONG_SSL_VERSION); in SSL_key_update()
2323 ERR_raise(ERR_LIB_SSL, SSL_R_WRONG_SSL_VERSION); in can_renegotiate()
5893 ERR_raise(ERR_LIB_SSL, SSL_R_WRONG_SSL_VERSION); in SSL_verify_client_post_handshake()
/freebsd-14.2/crypto/openssl/crypto/err/
H A Dopenssl.txt1546 SSL_R_WRONG_SSL_VERSION:266:wrong ssl version