mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
* Improve and test err messages when TLS_VERIFY and TLS_CAINFO are not set in file(DOWNLOAD) and file(UPLOAD).
6 lines
166 B
ReStructuredText
6 lines
166 B
ReStructuredText
file-upload-tls
|
|
---------------
|
|
|
|
* The :command:`file(UPLOAD)` command gained ``TLS_VERIFY`` and ``TLS_CAINFO``
|
|
options to control server certificate verification.
|