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

increase permissible message length so that we can handle

CertificateVerify for 4096 bit RSA signatures
上级 8ee4845b
......@@ -2127,7 +2127,7 @@ static int ssl3_get_cert_verify(SSL *s)
SSL3_ST_SR_CERT_VRFY_A,
SSL3_ST_SR_CERT_VRFY_B,
-1,
512, /* 512? */
514, /* 514? */
&ok);
if (!ok) return((int)n);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册