blob: 9a28f4fcad5d4565eadb53c44e69d6f8a4ce245d (
plain)
1
2
3
4
5
6
7
8
9
|
curl-winssl
-----------
* On Windows, 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 Windows native SSL/TLS
implementation is used by default. OS-configured certificate
authorities will be trusted automatically.
|