summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-15 19:36:59 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-18 14:44:19 (GMT)
commite4563257ba66266017fadf24c1b97fd103a138e4 (patch)
treeaf47eb4bf49ce109ff7aee539f66611132fbd0d7 /Help
parentba8c6632194256a6a3370713d8e0423ad516361a (diff)
downloadCMake-e4563257ba66266017fadf24c1b97fd103a138e4.zip
CMake-e4563257ba66266017fadf24c1b97fd103a138e4.tar.gz
CMake-e4563257ba66266017fadf24c1b97fd103a138e4.tar.bz2
curl: Use OS X SSL/TLS native implementation
On OS X, when CMAKE_USE_OPENSSL is OFF, use the OS implementation. This will allow the OS-configured CA list to be trusted automatically. This is supported on OS X 10.6 and above using AppleClang, Clang, and GNU compilers.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/curl-darwinssl.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/curl-darwinssl.rst b/Help/release/dev/curl-darwinssl.rst
new file mode 100644
index 0000000..3571bd1
--- /dev/null
+++ b/Help/release/dev/curl-darwinssl.rst
@@ -0,0 +1,9 @@
+curl-darwinssl
+--------------
+
+* On OS X, commands supporting network communication, such as
+ :command:`file(DOWNLOAD)`, :command:`file(UPLOAD)`, and
+ :command:`ctest_submit`, now support SSL/TLS even when CMake
+ is not built against OpenSSL. The OS X native SSL/TLS
+ implementation is used by default. OS-configured certificate
+ authorities will be trusted automatically.