提交 73969585 编写于 作者: B Bodo Möller

Increase permissible ClientKeyExchange message length.

上级 3c758be8
......@@ -1262,7 +1262,7 @@ static int ssl3_get_client_key_exchange(SSL *s)
SSL3_ST_SR_KEY_EXCH_A,
SSL3_ST_SR_KEY_EXCH_B,
SSL3_MT_CLIENT_KEY_EXCHANGE,
400, /* ???? */
2048, /* ??? */
&ok);
if (!ok) return((int)n);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册