Merge topic 'curl-default-cainfo'

0abd3e53 cmake: Use a default CA path when not using system curl
6ce346c5 curl: Add CURL_CA_PATH option to CMake build process
This commit is contained in:
Brad King
2015-01-26 09:51:50 -05:00
committed by CMake Topic Stage
10 changed files with 121 additions and 17 deletions
+8
View File
@@ -0,0 +1,8 @@
curl-default-cainfo
-------------------
* When CMake is built with OpenSSL on systems other than Windows
and OS X, commands supporting network communication via ``https``,
such as :command:`file(DOWNLOAD)`, :command:`file(UPLOAD)`, and
:command:`ctest_submit`, now search for OS-configured certificate
authorities in a few ``/etc`` paths to be trusted automatically.