提交 a09220d8 编写于 作者: D Dr. Stephen Henson

Recognise padding extension.

上级 01f2f18f
......@@ -1030,6 +1030,9 @@ void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
extname = "encrypt-then-mac";
break;
#endif
case TLSEXT_TYPE_padding:
extname = "TLS padding";
break;
default:
extname = "unknown";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册