Searched refs:SSL_R_WRONG_SSL_VERSION (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | sslerr.h | 375 #define SSL_R_WRONG_SSL_VERSION 266 macro
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | ssl_err.c | 617 { ERR_PACK(ERR_LIB_SSL, 0, SSL_R_WRONG_SSL_VERSION), "wrong ssl version" },
|
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | statem_lib.c | 2186 return SSL_R_WRONG_SSL_VERSION; in ssl_choose_server_version() 2339 SSLfatal(s, SSL_AD_PROTOCOL_VERSION, SSL_R_WRONG_SSL_VERSION); in ssl_choose_client_version() 2347 SSLfatal(s, SSL_AD_PROTOCOL_VERSION, SSL_R_WRONG_SSL_VERSION); in ssl_choose_client_version()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 667 ERR_raise(ERR_LIB_SSL, SSL_R_WRONG_SSL_VERSION); in SSL_CTX_set_ssl_version() 2815 ERR_raise(ERR_LIB_SSL, SSL_R_WRONG_SSL_VERSION); in SSL_key_update() 2862 ERR_raise(ERR_LIB_SSL, SSL_R_WRONG_SSL_VERSION); in can_renegotiate() 7349 ERR_raise(ERR_LIB_SSL, SSL_R_WRONG_SSL_VERSION); in SSL_verify_client_post_handshake() 7358 ERR_raise(ERR_LIB_SSL, SSL_R_WRONG_SSL_VERSION); in SSL_verify_client_post_handshake()
|
| /freebsd/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 1724 SSL_R_WRONG_SSL_VERSION:266:wrong ssl version
|