Lines Matching refs:ssl_ver
2501 static const char *ssl_msg_type(int ssl_ver, int msg)
2504 if(ssl_ver == SSL2_VERSION_MAJOR) {
2528 if(ssl_ver == SSL3_VERSION_MAJOR) {
2610 static void ossl_trace(int direction, int ssl_ver, int content_type,
2625 switch(ssl_ver) {
2657 msnprintf(unknown, sizeof(unknown), "(%x)", ssl_ver);
2663 * all raw record headers (content_type == SSL3_RT_HEADER or ssl_ver == 0).
2666 if(ssl_ver
2680 ssl_ver >>= 8; /* check the upper 8 bits only below */
2686 if(ssl_ver == SSL3_VERSION_MAJOR && content_type)
2701 msg_name = ssl_msg_type(ssl_ver, msg_type);