blob: 3571bd1b388e6b6e1420ae1646b12e5b8e12bbdc (
plain)
1
2
3
4
5
6
7
8
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.
|