certain changes have to be listed twice in this file because OpenSSL

0.9.6h forked into 0.9.6i and 0.9.7 ...
This commit is contained in:
Bodo Möller 2003-09-04 12:52:56 +00:00
parent 560dfd2a02
commit a907751350

View File

@ -553,6 +553,11 @@
exiting on the first error in a request. exiting on the first error in a request.
[Steve Henson] [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 *) In ssl3_get_client_hello() (ssl/s3_srvr.c), tolerate additional
extra data after the compression methods not only for TLS 1.0 extra data after the compression methods not only for TLS 1.0
but also for SSL 3.0 (as required by the specification). but also for SSL 3.0 (as required by the specification).