diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2014-02-22 16:57:29 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2014-02-22 16:57:29 +0100 |
commit | e08d0662b7b6e22d0f09b445141fd7827ae68478 (patch) | |
tree | cea932c170619820c7b8f98b9fcf818707371012 /RELEASE-NOTES | |
parent | b5486adc9bb335818e501b925544dcd6b3fd92e4 (diff) |
RELEASE-NOTES: added note about impact of changes to WinSSL defaults
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e4cb12b18..7dcd8f5bc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -17,6 +17,8 @@ This release includes the following changes: o added CURLOPT_EXPECT_100_TIMEOUT_MS [7] o tool: add --no-alpn and --no-npn o added CURLOPT_SSL_ENABLE_NPN and CURLOPT_SSL_ENABLE_ALPN + o winssl: enable TLSv1.1 and TLSv1.2 by default + o winssl: TLSv1.2 disables certificate signatures using MD5 hash This release includes the following bugfixes: @@ -24,7 +26,6 @@ This release includes the following bugfixes: o netrc: Fixed a memory leak in an OOM condition o ftp: fixed a memory leak on wildcard error path o pipeline: Fixed a NULL pointer dereference on OOM - o winssl: improved default SSL/TLS protocol selection o nss: prefer highest available TLS version o 100-continue: fix timeout condition [4] o ssh: Fixed a NULL pointer dereference on OOM condition |