Don't limit message sizes in ssl3_get_cert_verify.
PR#319 (reoponed version).
(cherry picked from commit 7f6e957864
)
This commit is contained in:
parent
534656a997
commit
8358302d47
1 changed files with 1 additions and 1 deletions
|
@ -2970,7 +2970,7 @@ int ssl3_get_cert_verify(SSL *s)
|
|||
SSL3_ST_SR_CERT_VRFY_A,
|
||||
SSL3_ST_SR_CERT_VRFY_B,
|
||||
-1,
|
||||
516, /* Enough for 4096 bit RSA key with TLS v1.2 */
|
||||
SSL3_RT_MAX_PLAIN_LENGTH,
|
||||
&ok);
|
||||
|
||||
if (!ok) return((int)n);
|
||||
|
|
Loading…
Reference in a new issue