curl-tls-version.rst 476 B

12345678910
  1. curl-tls-version
  2. ----------------
  3. * The :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands now
  4. require TLS 1.2 or higher for connections to ``https://`` URLs by default.
  5. See the :variable:`CMAKE_TLS_VERSION` variable for details.
  6. * The :command:`ctest_submit` command and :option:`ctest -T Submit <ctest -T>`
  7. step now require TLS 1.2 or higher for connections to ``https://`` URLs by
  8. default. See the :variable:`CTEST_TLS_VERSION` variable for details.