X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=47d76cb81a0215d0075615f08a0019882d681ca2;hp=9907aef8f35a5a47dea8d1eb5dbf96a387c72dfd;hb=fc6800d19f4a0ca852c07128952d4c347d2d7065;hpb=d06f047b04dbdcd151efc620bf91253f0d70117e diff --git a/CHANGES b/CHANGES index 9907aef8f3..47d76cb81a 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,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 ]