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:
3dae190
)
increase permissible message length so that we can handle
author
Bodo Möller
<bodo@openssl.org>
Mon, 28 Oct 2002 15:40:47 +0000
(15:40 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 28 Oct 2002 15:40:47 +0000
(15:40 +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 e4451e2bc77d912a790abd536cca5fe239293282..cd122da8f15837e4b2f79bac584f156fcc284ab1 100644
(file)
--- a/
ssl/s3_srvr.c
+++ b/
ssl/s3_srvr.c
@@
-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,
- 51
2, /* 512
? */
+ 51
4, /* 514
? */
&ok);
if (!ok) return((int)n);