curl-tls-version.rst 484 B

1234567891011
  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.