increase permissible message length so that we can handle
CertificateVerify for 4096 bit RSA signatures
This commit is contained in:
parent
8ee4845b65
commit
00a357ab20
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user