Home | History | Annotate | Download | only in vtls

Lines Matching full:ssl_ver

1415 static const char *ssl_msg_type(int ssl_ver, int msg)
1418 if(ssl_ver == SSL2_VERSION_MAJOR) {
1442 if(ssl_ver == SSL3_VERSION_MAJOR) {
1501 static void ssl_tls_trace(int direction, int ssl_ver, int content_type,
1519 switch(ssl_ver) {
1551 snprintf(unknown, sizeof(unknown), "(%x)", ssl_ver);
1556 if(ssl_ver) {
1559 ssl_ver >>= 8; /* check the upper 8 bits only below */
1565 if(ssl_ver == SSL3_VERSION_MAJOR && content_type)
1571 msg_name = ssl_msg_type(ssl_ver, msg_type);