diff options
author | Nick Zitzmann <nickzman@gmail.com> | 2013-03-19 15:21:34 -0600 |
---|---|---|
committer | Nick Zitzmann <nickzman@gmail.com> | 2013-03-19 15:21:34 -0600 |
commit | 6f1f7e5de8c774e51957afd988d8d316b5a6d92f (patch) | |
tree | 90fa8c78e5764a5f0bc460099b9dd94a4437c07e /RELEASE-NOTES | |
parent | 91ab2497c6108871e6c4effe58961674a68d9d9b (diff) | |
download | curl-6f1f7e5de8c774e51957afd988d8d316b5a6d92f.tar.gz |
darwinssl: disable ECC ciphers under Mountain Lion by default
I found out that ECC doesn't work as of OS X 10.8.3, so those ciphers are
turned off until the next point release of OS X.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d8f4ce34a..395adff53 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -55,6 +55,7 @@ This release includes the following bugfixes: o curlbuild.h.dist: enhance non-configure GCC ABI detection logic o sasl: Fixed null pointer reference when decoding empty digest challenge [8] o easy: do not ignore poll() failures other than EINTR + o darwinssl: disable ECC ciphers under Mountain Lion by default This release includes the following known bugs: |