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:
3c758be
)
Increase permissible ClientKeyExchange message length.
author
Bodo Möller
<bodo@openssl.org>
Fri, 17 Nov 2000 14:42:49 +0000
(14:42 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 17 Nov 2000 14:42:49 +0000
(14:42 +0000)
ssl/s3_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/s3_srvr.c
b/ssl/s3_srvr.c
index bb8cfb31e55a149b5a4c618641bc7cb47df336d7..531a49f0212ef86aa30220ae58fc758d84fe0ee8 100644
(file)
--- a/
ssl/s3_srvr.c
+++ b/
ssl/s3_srvr.c
@@
-1262,7
+1262,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);