summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-08-25 11:49:24 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-08-25 11:49:24 +0000
commite7cf7fcd216e8680200b3e3f9feb112f8c5952f3 (patch)
tree44918a6547a8c9beaa55f6b7f0ac4160c8d4eeb7 /CHANGES
parentbb8aab02113d683b76e06da31b7804591e2e62e0 (diff)
Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aef5034c80..4d560e66dd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) s3_srvr.c: allow sending of large client certificate lists (> 16 kB).
+ This function was broken, as the check for a new client hello message
+ to handle SGC did not allow these large messages.
+ (Tracked down by "Douglas E. Engert" <deengert@anl.gov>.)
+ [Lutz Jaenicke]
+
*) Add alert descriptions for TLSv1 to SSL_alert_desc_string[_long]().
[Lutz Jaenicke]