X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=37124447a911528f6d925756d4af762ec296c4bf;hp=bd16d8b55921b98957a1a2aba23a0479b7e4db54;hb=7951c2699f1b78d5480b9f41a71233fcaf98d18f;hpb=855d29184ea88140e3c810e854607cc00a3f1806 diff --git a/CHANGES b/CHANGES index bd16d8b559..37124447a9 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,14 @@ Changes between 1.0.1 and 1.1.0 [xx XXX xxxx] + *) Enhance SSL/TLS certificate chain handling to support different + chains for each certificate instead of one chain in the parent SSL_CTX. + [Steve Henson] + + *) Support for fixed DH ciphersuite client authentication: where both + server and client use DH certificates with common parameters. + [Steve Henson] + *) Support for fixed DH ciphersuites: those requiring DH server certificates. [Steve Henson] @@ -259,6 +267,13 @@ Changes between 1.0.0f and 1.0.1 [xx XXX xxxx] + *) Some servers which support TLS 1.0 can choke if we initially indicate + support for TLS 1.2 and later renegotiate using TLS 1.0 in the RSA + encrypted premaster secret. As a workaround use the maximum pemitted + client version in client hello, this should keep such servers happy + and still work with previous versions of OpenSSL. + [Steve Henson] + *) Add support for TLS/DTLS heartbeats. [Robin Seggelmann ]