Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
HDssl_err.c374 {ERR_REASON(SSL_R_SSL3_SESSION_ID_TOO_LONG), "ssl3 session id too long"},
HDssl_srvr.c826 SSLerror(s, SSL_R_SSL3_SESSION_ID_TOO_LONG); in ssl3_get_client_hello()
HDssl_clnt.c919 SSLerror(s, SSL_R_SSL3_SESSION_ID_TOO_LONG); in ssl3_get_server_hello()
/dragonfly/crypto/libressl/include/openssl/
HDssl.h2247 #define SSL_R_SSL3_SESSION_ID_TOO_LONG 300 macro