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:
166dea6
)
PR: 2671
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jan 2012 00:28:29 +0000
(
00:28
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jan 2012 00:28:29 +0000
(
00:28
+0000)
Submitted by: steve
Update maximum message size for certifiate verify messages to support
4096 bit RSA keys again as TLS v1.2 messages is two bytes longer.
ssl/s3_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/s3_srvr.c
b/ssl/s3_srvr.c
index 45c36aed4fe3878f8ed8fb1a58732149503d168a..a60e4d699c99015881710fdebc76c0e599fb5b89 100644
(file)
--- a/
ssl/s3_srvr.c
+++ b/
ssl/s3_srvr.c
@@
-2911,7
+2911,7
@@
int ssl3_get_cert_verify(SSL *s)
SSL3_ST_SR_CERT_VRFY_A,
SSL3_ST_SR_CERT_VRFY_B,
-1,
- 51
4, /* 514?
*/
+ 51
6, /* Enough for 4096 bit RSA key with TLS v1.2
*/
&ok);
if (!ok) return((int)n);