projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf7676
)
increase permissible message length so that we can handle
author
Bodo Möller
<bodo@openssl.org>
Mon, 28 Oct 2002 15:47:44 +0000
(15:47 +0000)
committer
Bodo 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
patch
|
blob
|
history
diff --git
a/ssl/s3_srvr.c
b/ssl/s3_srvr.c
index 5b00d18a68ca6bb6094dbc4a35b1c685621d758d..d60bf348af7cbf4eedde50a0bc1288545b6f41c7 100644
(file)
--- a/
ssl/s3_srvr.c
+++ b/
ssl/s3_srvr.c
@@
-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,
- 51
2, /* 512
? */
+ 51
4, /* 514
? */
&ok);
if (!ok) return((int)n);