summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-10-04 14:43:43 +0100
committerBen Laurie <ben@links.org>2013-10-04 14:43:43 +0100
commitb7aa71a3f90af474c7ba40ef5858345acf7b010b (patch)
treef6d068bf6c514357e69a50da6137c9002b88dcce /CHANGES
parent41468ed388615c6c5eaa16394843cb1a708530bd (diff)
parentf1d02019520d960d73f755e26538425f4b724ff4 (diff)
Merge branch 'rob-100' into OpenSSL_1_0_0-stable
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7170ce4c67..4229450838 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,13 @@
Changes between 1.0.0k and 1.0.0l [xx XXX xxxx]
- *)
+ *) Add option SSL_OP_SAFARI_ECDHE_ECDSA_BUG (part of SSL_OP_ALL) which
+ avoids preferring ECDHE-ECDSA ciphers when the client appears to be
+ Safari on OS X. Safari on OS X 10.8..10.8.3 advertises support for
+ several ECDHE-ECDSA ciphers, but fails to negotiate them. The bug
+ is fixed in OS X 10.8.4, but Apple have ruled out both hot fixing
+ 10.8..10.8.3 and forcing users to upgrade to 10.8.4 or newer.
+ [Rob Stradling, Adam Langley]
Changes between 1.0.0j and 1.0.0k [5 Feb 2013]