diff options
author | Brad King <brad.king@kitware.com> | 2014-12-15 19:36:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-18 14:44:19 (GMT) |
commit | e4563257ba66266017fadf24c1b97fd103a138e4 (patch) | |
tree | af47eb4bf49ce109ff7aee539f66611132fbd0d7 /Help/release | |
parent | ba8c6632194256a6a3370713d8e0423ad516361a (diff) | |
download | CMake-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/release')
-rw-r--r-- | Help/release/dev/curl-darwinssl.rst | 9 |
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. |