| Commit message (Expand) | Author | Age | Files | Lines |
* | FindOpenSSL: use extra dependencies from pkg-config as well | Rolf Eike Beer | 2022-12-05 | 1 | -4/+38 |
|
|
* | FindOpenSSL: Search "lib64" for mingw 64-bit installs | klytje | 2022-11-07 | 1 | -0/+2 |
|
|
* | FindOpenSSL: Document use of pkg-config | tofraa | 2022-07-05 | 1 | -0/+5 |
|
|
* | FindOpenSSL: Reformat hints documentation as definition list | Brad King | 2022-07-05 | 1 | -5/+12 |
|
|
* | FindOpenSSL: Set version variables for version >= 3.0.0 | James Calo | 2022-06-02 | 1 | -0/+8 |
|
|
* | FindOpenSSL: Support version 1.1.1 under QNX 7.0 | Georg Lutz | 2022-05-06 | 1 | -3/+19 |
|
|
* | FindOpenSSL: Fix ws2 reference on WinCE | leha-bot | 2022-01-28 | 1 | -1/+5 |
|
|
* | Merge topic 'FindOpenSSL-applink' | Brad King | 2021-12-07 | 1 | -1/+1 |
|\ |
|
| * | FindOpenSSL: Fix typo in applink condition | Brad King | 2021-12-06 | 1 | -1/+1 |
|
|
* | | FindOpenSSL: Search in lib64 directories on non-Windows platforms | Brad King | 2021-12-06 | 1 | -2/+2 |
|/ |
|
* | FindOpenSSL: Link with ws2_32 and crypt32 on Windows/static | Orgad Shaneh | 2021-06-07 | 1 | -0/+4 |
|
|
* | FindOpenSSL: Add support for version-range | Deniz Bahadir | 2021-02-01 | 1 | -0/+8 |
|
|
* | FindOpenSSL: Distinguish 32-bit and 64-bit search paths on Windows | Ma Br | 2020-12-21 | 1 | -5/+19 |
|
|
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -2/+15 |
|
|
* | FindOpenSSL: Add support for finding static libraries | Sylvain Corlay | 2020-08-13 | 1 | -0/+50 |
|
|
* | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 1 | -2/+2 |
|
|
* | Merge topic 'FindOpenSSL-3.0' | Brad King | 2020-06-09 | 1 | -2/+4 |
|\ |
|
| * | FindOpenSSL: Fix OpenSSL 3.0.0 version extraction | Billy Brumley | 2020-06-08 | 1 | -2/+4 |
|
|
* | | Merge topic 'openssl-3.0.0' | Brad King | 2020-05-28 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | FindOpenSSL: Detect OpenSSL 3.0.0 | Vitezslav Cizek | 2020-05-27 | 1 | -0/+9 |
|
|
* | | FindOpenSSL: add target OpenSSL::applink to support OpenSSL's applink feature | gnaggnoyil | 2020-05-15 | 1 | -0/+47 |
|/ |
|
* | FindOpenSSL: do not mark a local variable as advanced | Ben Boeckel | 2020-01-20 | 1 | -1/+1 |
|
|
* | FindOpenSSL: Fix ordering of dependency link flags | Ashley Whetter | 2019-12-31 | 1 | -7/+5 |
|
|
* | FindOpenSSL: Lookup all pkg-config directories | Denis Thulin | 2019-11-07 | 1 | -0/+3 |
|
|
* | FindOpenSSL: add pthread and dl dependencies to static lib on Linux | David Callu | 2019-09-20 | 1 | -5/+43 |
|
|
* | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -47/+48 |
|
|
* | FindOpenSSL: Add component support | Harry Mallon | 2018-04-16 | 1 | -19/+46 |
|
|
* | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | FindOpenSSL: Search 'ssld' and 'crypod' for debug variants | Robert Dailey | 2017-09-08 | 1 | -0/+2 |
|
|
* | Merge topic 'FindOpenSSL-crypto-only' | Brad King | 2017-05-16 | 1 | -2/+2 |
|\ |
|
| * | FindOpenSSL: Restore support for crypto-only result | Brad King | 2017-05-15 | 1 | -2/+2 |
|
|
* | | Merge topic 'FindOpenSSL-more-precompiled' | Brad King | 2017-04-20 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | FindOpenSSL: Add more library name alternatives | Alex Turbov | 2017-04-19 | 1 | -0/+4 |
|
|
* | | FindOpenSSL: Add another name for libcrypto with MSVC | Kevin Whitaker | 2017-02-16 | 1 | -0/+1 |
|/ |
|
* | FindOpenSSL: Check that both CRYPTO and SSL libraries are present | Harry Mallon | 2017-01-10 | 1 | -7/+6 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -15/+3 |
|
|
* | FindOpenSSL: Search in more-specific directories before less-specific | Brad King | 2016-09-22 | 1 | -6/+6 |
|
|
* | FindOpenSSL: Fix detection of OpenSSL 1.1 Win32/64 | Alexis Murzeau | 2016-08-30 | 1 | -0/+17 |
|
|
* | Modules: Make imported targets fall back to `Release` | Brad King | 2016-08-03 | 1 | -14/+14 |
|
|
* | FindOpenSSL: Do not assume that the version regex finds something | Vladimír Vondruš | 2016-06-09 | 1 | -4/+4 |
|
|
* | FindOpenSSL: Prefer libs early in search path regardless of name (#15887) | Hannes Mezger | 2016-04-05 | 1 | -0/+10 |
|
|
* | FindOpenSSL: Search for unix-named libraries first on MinGW (#15765) | Wayne Stambaugh | 2015-10-06 | 1 | -6/+2 |
|
|
* | FindOpenSSL: Tolerate tabs in header while parsing version (#15765) | Wayne Stambaugh | 2015-10-06 | 1 | -1/+1 |
|
|
* | FindOpenSSL: Add support for static MSVC runtime | Thijs Wenker | 2015-10-05 | 1 | -5/+12 |
|
|
* | FindOpenSSL: Optionally search only for static libraries | Thijs Wenker | 2015-09-02 | 1 | -5/+30 |
|
|
* | FindOpenSSL: Provide imported targets OpenSSL::{SSL,Crypto} | Konstantin Podsvirov | 2015-08-13 | 1 | -0/+73 |
|
|
* | FindOpenSSL: Revise and format module documentation | Brad King | 2015-08-13 | 1 | -15/+19 |
|
|
* | FindOpenSSL: De-duplicate find_library path suffixes on Windows | Thijs Wenker | 2015-07-30 | 1 | -12/+11 |
|
|
* | FindOpenSSL: Remove extra whitespace | Thijs Wenker | 2015-07-30 | 1 | -9/+9 |
|
|
* | Merge topic 'OpenSSL_102' | Brad King | 2015-01-28 | 1 | -1/+1 |
|\ |
|