Home
last modified time | relevance | path

Searched refs:SSL_R_WRONG_VERSION_NUMBER (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_pkt.c379 SSLerror(s, SSL_R_WRONG_VERSION_NUMBER); in ssl3_get_record()
385 SSLerror(s, SSL_R_WRONG_VERSION_NUMBER); in ssl3_get_record()
H A Dssl_err.c467 {ERR_REASON(SSL_R_WRONG_VERSION_NUMBER) , "wrong version number"},
H A Dssl_srvr.c851 SSLerror(s, SSL_R_WRONG_VERSION_NUMBER); in ssl3_get_client_hello()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h2338 #define SSL_R_WRONG_VERSION_NUMBER 267 macro