increase permissible message length so that we can handle
authorBodo Möller <bodo@openssl.org>
Mon, 28 Oct 2002 15:47:44 +0000 (15:47 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 28 Oct 2002 15:47:44 +0000 (15:47 +0000)
CertificateVerify for 4096 bit RSA signatures

ssl/s3_srvr.c

index 5b00d18a68ca6bb6094dbc4a35b1c685621d758d..d60bf348af7cbf4eedde50a0bc1288545b6f41c7 100644 (file)
@@ -1747,7 +1747,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);