Don't limit message sizes in ssl3_get_cert_verify.
PR#319 (reoponed version). (cherry picked from commit 7f6e9578648728478e84246fd3e64026b8b6a48e) Conflicts: ssl/s3_srvr.c
This commit is contained in:
parent
a4dde82423
commit
1a0498769f
@ -2380,7 +2380,7 @@ int ssl3_get_cert_verify(SSL *s)
|
||||
SSL3_ST_SR_CERT_VRFY_A,
|
||||
SSL3_ST_SR_CERT_VRFY_B,
|
||||
-1,
|
||||
514, /* 514? */
|
||||
SSL3_RT_MAX_PLAIN_LENGTH,
|
||||
&ok);
|
||||
|
||||
if (!ok) return((int)n);
|
||||
|
Loading…
x
Reference in New Issue
Block a user