From: Bodo Möller Date: Thu, 4 Sep 2003 12:52:10 +0000 (+0000) Subject: certain changes have to be listed twice in this file because OpenSSL X-Git-Tag: OpenSSL_0_9_7c~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2689b8f3268ff05c0bda180e21548bc066bbc96a;p=oweals%2Fopenssl.git certain changes have to be listed twice in this file because OpenSSL 0.9.6h forked into 0.9.6i and 0.9.7 ... --- diff --git a/CHANGES b/CHANGES index 067516cc5b..4997509f20 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,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).