summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2003-09-04 12:52:56 +0000
committerBodo Möller <bodo@openssl.org>2003-09-04 12:52:56 +0000
commita907751350f2bec14d413bccd517ab9c724dac3c (patch)
tree016e89fc5ab0046bb1647c89bda7096b023f6d2d /CHANGES
parent560dfd2a02df2fd3d6f0a12519eb26c3c4f60fa8 (diff)
certain changes have to be listed twice in this file because OpenSSL
0.9.6h forked into 0.9.6i and 0.9.7 ...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dd23a4ee2b..fc57065a61 100644
--- a/CHANGES
+++ b/CHANGES
@@ -553,6 +553,11 @@
exiting on the first error in a request.
[Steve Henson]
+ *) In ssl3_accept() (ssl/s3_srvr.c) only accept a client certificate
+ if the server requested one: as stated in TLS 1.0 and SSL 3.0
+ specifications.
+ [Steve Henson]
+
*) In ssl3_get_client_hello() (ssl/s3_srvr.c), tolerate additional
extra data after the compression methods not only for TLS 1.0
but also for SSL 3.0 (as required by the specification).