certain changes have to be listed twice in this file because OpenSSL
authorBodo Möller <bodo@openssl.org>
Thu, 4 Sep 2003 12:52:56 +0000 (12:52 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 4 Sep 2003 12:52:56 +0000 (12:52 +0000)
0.9.6h forked into 0.9.6i and 0.9.7 ...

CHANGES

diff --git a/CHANGES b/CHANGES
index dd23a4ee2b122dcc34795dd92cff373e2ccf7f71..fc57065a6124d4e8761962d8fee96ca852228aaf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      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).