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.
10 lines
380 B
ReStructuredText
10 lines
380 B
ReStructuredText
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.
|