CMake/Help/release/dev
Brad King 190a5fdffd Automatically use OpenSSL by default on Linux and FreeBSD if available
Since https is almost ubiquitous nowadays we should support it by
default whenever possible.  When building our own curl, we already
automatically enable SSL/TLS support on Windows and OS X by using the
OS-native APIs.  On UNIX platforms we need to use OpenSSL but have not
done so by default before, leading to possible user confusion when https
transfers fail later.  Fix this by searching for OpenSSL quietly and
enabling use of it automatically if it is found.

Do this only on Linux and FreeBSD for now because on other UNIX
platforms (e.g. AIX, HP-UX, SunOS) it seems too easy to find an
OpenSSL that is not compatible with the target compiler.
2016-02-29 11:51:04 -05:00
..
0-sample-topic.rst Begin post-3.5 development 2016-02-02 08:40:37 -05:00
FindProtobuf-version.rst FindProtobuf: check version 2016-02-16 10:09:39 -05:00
cpack-deb-autodep-ORIGIN-RPATH.rst CPack/Deb $ORIGIN handling in rpath 2016-02-19 01:42:19 +01:00
cpack-rpm-upper-cased-components.rst CPack/RPM support for upper cased component variables 2016-02-13 02:09:32 +01:00
enable-ssl-automatically.rst Automatically use OpenSSL by default on Linux and FreeBSD if available 2016-02-29 11:51:04 -05:00
error-multiple-targets.rst cmake: Teach --build to reject multiple --target options 2016-02-05 11:48:16 -05:00
install-EXCLUDE_FROM_ALL.rst Help: Add notes for topic 'install-EXCLUDE_FROM_ALL' 2016-02-04 09:48:37 -05:00
list-FILTER-command.rst list: Add FILTER subcommand (#3986) 2016-02-03 11:13:17 -05:00
try_compile-target-type.rst try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
unix-timestamps.rst CMake: Extend TIMESTAMP sub-commands with new unix time format specifier 2016-02-18 10:30:13 -05:00