Don't limit message sizes in ssl3_get_cert_verify.
PR#319 (reoponed version).
(cherry picked from commit 7f6e957864
)
Conflicts:
ssl/s3_srvr.c
This commit is contained in:
@@ -2380,7 +2380,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);
|
||||||
|
Reference in New Issue
Block a user