提交 cbc0b0ec 编写于 作者: A Andy Polyakov

apps/s_cb.c: recognized latest TLS version.

上级 1df80b65
......@@ -360,6 +360,9 @@ void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *
case TLS1_1_VERSION:
str_version = "TLS 1.1 ";
break;
case TLS1_2_VERSION:
str_version = "TLS 1.2 ";
break;
case DTLS1_VERSION:
str_version = "DTLS 1.0 ";
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册