summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/curl-tls-version.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/curl-tls-version.rst')
-rw-r--r--Help/release/dev/curl-tls-version.rst4
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`