diff options
author | Brad King <brad.king@kitware.com> | 2024-03-29 15:50:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-03-30 13:22:04 (GMT) |
commit | 46faaf9667cff75008e91a5e379e7409c9b365c4 (patch) | |
tree | 121d5f37415757655b8d8c305913ec29426f1be1 /Help/release/dev | |
parent | 8b0169fe2b807204d606eeabb701e8f410944647 (diff) | |
download | CMake-46faaf9667cff75008e91a5e379e7409c9b365c4.zip CMake-46faaf9667cff75008e91a5e379e7409c9b365c4.tar.gz CMake-46faaf9667cff75008e91a5e379e7409c9b365c4.tar.bz2 |
file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERIFY environment variable
Issue: #23608
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/curl-tls-version.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/dev/curl-tls-version.rst b/Help/release/dev/curl-tls-version.rst index 636fa3c..26d03ad 100644 --- a/Help/release/dev/curl-tls-version.rst +++ b/Help/release/dev/curl-tls-version.rst @@ -10,6 +10,10 @@ curl-tls-version for connections to ``https://`` URLs by the :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands. +* The :envvar:`CMAKE_TLS_VERIFY` environment variable was added as a fallback + to the existing :variable:`CMAKE_TLS_VERIFY` variable. It specifies + whether to verify the server certificate for ``https://`` URLs by default. + * The :module:`ExternalProject` module's :command:`ExternalProject_Add` command gained a ``TLS_VERSION <min>`` option, and support for the :variable:`CMAKE_TLS_VERSION` variable and :envvar:`CMAKE_TLS_VERSION` |