curl-tls-version.rst 1.0 KB

12345678910111213141516171819202122
  1. curl-tls-version
  2. ----------------
  3. * The :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands
  4. gained a ``TLS_VERSION <min>`` option to specify the minimum TLS
  5. version for connections to ``https://`` URLs.
  6. * The :variable:`CMAKE_TLS_VERSION` variable and :envvar:`CMAKE_TLS_VERSION`
  7. environment variable were added to specify a default minimum TLS version
  8. for connections to ``https://`` URLs by the :command:`file(DOWNLOAD)`
  9. and :command:`file(UPLOAD)` commands.
  10. * The :module:`ExternalProject` module's :command:`ExternalProject_Add`
  11. command gained a ``TLS_VERSION <min>`` option, and support for the
  12. :variable:`CMAKE_TLS_VERSION` variable and :envvar:`CMAKE_TLS_VERSION`
  13. environment variable, to specify the minimum TLS version for connections
  14. to ``https://`` URLs.
  15. * The :command:`ctest_submit` command and :option:`ctest -T Submit <ctest -T>`
  16. step gained ``TLSVersion`` and ``TLSVerify`` options to control negotiation
  17. with ``https://`` URLs. See the :variable:`CTEST_TLS_VERSION` and
  18. :variable:`CTEST_TLS_VERIFY` variables.