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
a05e954b66
commit
4054d95eb9
@ -2721,7 +2721,7 @@ int ssl3_get_cert_verify(SSL *s)
|
|||||||
SSL3_ST_SR_CERT_VRFY_A,
|
SSL3_ST_SR_CERT_VRFY_A,
|
||||||
SSL3_ST_SR_CERT_VRFY_B,
|
SSL3_ST_SR_CERT_VRFY_B,
|
||||||
-1,
|
-1,
|
||||||
514, /* 514? */
|
SSL3_RT_MAX_PLAIN_LENGTH,
|
||||||
&ok);
|
&ok);
|
||||||
|
|
||||||
if (!ok) return((int)n);
|
if (!ok) return((int)n);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user