aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2017-05-22 16:20:21 +0200
committerMatt Caswell <matt@openssl.org>2017-06-08 21:28:36 +0100
commit1c7aa0dbf16c3389bbedd13391bb653e7a189603 (patch)
treeb3efca2c34c48508c58e1969e57093af82136680 /CHANGES
parent0b20ad127ce86b05a854f31d51d91312c86ccc74 (diff)
downloadopenssl-1c7aa0dbf16c3389bbedd13391bb653e7a189603.tar.gz
Ignore -named_curve auto value to improve backwards compatibility
Fixes #3490 Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3518)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e8d9225db..97bfa55484 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,10 @@
than just the call where this user data is passed.
[Richard Levitte]
+ *) Ignore the '-named_curve auto' value for compatibility of applications
+ with OpenSSL 1.0.2.
+ [Tomas Mraz <tmraz@fedoraproject.org>]
+
*) Fragmented SSL/TLS alerts are no longer accepted. An alert message is 2
bytes long. In theory it is permissible in SSLv3 - TLSv1.2 to fragment such
alerts across multiple records (some of which could be empty). In practice