[cmake-developers] Downloading file from S3 private bucket

Brad King brad.king at kitware.com
Tue Sep 13 08:58:25 EDT 2016


On 09/13/2016 07:42 AM, Ruslan Baratov via cmake-developers wrote:
> Will it be okay if CMake will optionally depend on OpenSSL?
> Or other third party crypto library?

Currently the only place that needs it is through `curl`, and
that uses either OpenSSL or the Windows-native or macOS-native
APIs for TLS.  It looks like curl does support HMAC.

-Brad



More information about the cmake-developers mailing list