Commit 96eef150 authored by Bodo Möller's avatar Bodo Möller
Browse files

increase permissible message length so that we can handle

CertificateVerify for 4096 bit RSA signatures
parent 3dae1904
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1566,7 +1566,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);