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:
491d390
)
Increase permissible ClientKeyExchange message length as in main
author
Bodo Möller
<bodo@openssl.org>
Fri, 14 Sep 2001 13:32:03 +0000
(13:32 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 14 Sep 2001 13:32:03 +0000
(13:32 +0000)
branch (revision 1.50, 2000-11-17)
ssl/s3_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/s3_srvr.c
b/ssl/s3_srvr.c
index 0d3eb76e0a12097dd178c1939f9827012dbcd712..2daab57c758c7bfa2ce693af8e8b5f0c3bdff9ef 100644
(file)
--- a/
ssl/s3_srvr.c
+++ b/
ssl/s3_srvr.c
@@
-1266,7
+1266,7
@@
static int ssl3_get_client_key_exchange(SSL *s)
SSL3_ST_SR_KEY_EXCH_A,
SSL3_ST_SR_KEY_EXCH_B,
SSL3_MT_CLIENT_KEY_EXCHANGE,
-
400
, /* ???? */
+
2048
, /* ???? */
&ok);
if (!ok) return((int)n);