summaryrefslogtreecommitdiff
path: root/Modules/FindOpenSSL.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindOpenSSL: Fix finding header files and static libraries on MinGWمهدي شينون (Mehdi Chinoune)2023-04-051-2/+2
* FindOpenSSL: Search for -pthread flagKyle Edwards2023-02-231-1/+14
* FindOpenSSL: Fix regression in dependency on threadsBrad King2023-02-201-6/+14
* FindOpenSSL: Use static pkgconfig if OPENSSL_USE_STATIC_LIBS=ONKyle Edwards2023-02-071-2/+8
* FindOpenSSL: use extra dependencies from pkg-config as wellRolf Eike Beer2022-12-051-4/+38
* FindOpenSSL: Search "lib64" for mingw 64-bit installsklytje2022-11-071-0/+2
* FindOpenSSL: Document use of pkg-configtofraa2022-07-051-0/+5
* FindOpenSSL: Reformat hints documentation as definition listBrad King2022-07-051-5/+12
* FindOpenSSL: Set version variables for version >= 3.0.0James Calo2022-06-021-0/+8
* FindOpenSSL: Support version 1.1.1 under QNX 7.0Georg Lutz2022-05-061-3/+19
* FindOpenSSL: Fix ws2 reference on WinCEleha-bot2022-01-281-1/+5
* Merge topic 'FindOpenSSL-applink'Brad King2021-12-071-1/+1
|\
| * FindOpenSSL: Fix typo in applink conditionBrad King2021-12-061-1/+1
* | FindOpenSSL: Search in lib64 directories on non-Windows platformsBrad King2021-12-061-2/+2
|/
* FindOpenSSL: Link with ws2_32 and crypt32 on Windows/staticOrgad Shaneh2021-06-071-0/+4
* FindOpenSSL: Add support for version-rangeDeniz Bahadir2021-02-011-0/+8
* FindOpenSSL: Distinguish 32-bit and 64-bit search paths on WindowsMa Br2020-12-211-5/+19
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-2/+15
* FindOpenSSL: Add support for finding static librariesSylvain Corlay2020-08-131-0/+50
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-2/+2
* Merge topic 'FindOpenSSL-3.0'Brad King2020-06-091-2/+4
|\
| * FindOpenSSL: Fix OpenSSL 3.0.0 version extractionBilly Brumley2020-06-081-2/+4
* | Merge topic 'openssl-3.0.0'Brad King2020-05-281-0/+9
|\ \ | |/
| * FindOpenSSL: Detect OpenSSL 3.0.0Vitezslav Cizek2020-05-271-0/+9
* | FindOpenSSL: add target OpenSSL::applink to support OpenSSL's applink featuregnaggnoyil2020-05-151-0/+47
|/
* FindOpenSSL: do not mark a local variable as advancedBen Boeckel2020-01-201-1/+1
* FindOpenSSL: Fix ordering of dependency link flagsAshley Whetter2019-12-311-7/+5
* FindOpenSSL: Lookup all pkg-config directoriesDenis Thulin2019-11-071-0/+3
* FindOpenSSL: add pthread and dl dependencies to static lib on LinuxDavid Callu2019-09-201-5/+43
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-47/+48
* FindOpenSSL: Add component supportHarry Mallon2018-04-161-19/+46
* Fix trivial typos in textluzpaz2017-11-031-1/+1
* FindOpenSSL: Search 'ssld' and 'crypod' for debug variantsRobert Dailey2017-09-081-0/+2
* Merge topic 'FindOpenSSL-crypto-only'Brad King2017-05-161-2/+2
|\
| * FindOpenSSL: Restore support for crypto-only resultBrad King2017-05-151-2/+2
* | Merge topic 'FindOpenSSL-more-precompiled'Brad King2017-04-201-0/+4
|\ \ | |/
| * FindOpenSSL: Add more library name alternativesAlex Turbov2017-04-191-0/+4
* | FindOpenSSL: Add another name for libcrypto with MSVCKevin Whitaker2017-02-161-0/+1
|/
* FindOpenSSL: Check that both CRYPTO and SSL libraries are presentHarry Mallon2017-01-101-7/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-15/+3
* FindOpenSSL: Search in more-specific directories before less-specificBrad King2016-09-221-6/+6
* FindOpenSSL: Fix detection of OpenSSL 1.1 Win32/64Alexis Murzeau2016-08-301-0/+17
* Modules: Make imported targets fall back to `Release`Brad King2016-08-031-14/+14
* FindOpenSSL: Do not assume that the version regex finds somethingVladimír Vondruš2016-06-091-4/+4
* FindOpenSSL: Prefer libs early in search path regardless of name (#15887)Hannes Mezger2016-04-051-0/+10
* FindOpenSSL: Search for unix-named libraries first on MinGW (#15765)Wayne Stambaugh2015-10-061-6/+2
* FindOpenSSL: Tolerate tabs in header while parsing version (#15765)Wayne Stambaugh2015-10-061-1/+1
* FindOpenSSL: Add support for static MSVC runtimeThijs Wenker2015-10-051-5/+12
* FindOpenSSL: Optionally search only for static librariesThijs Wenker2015-09-021-5/+30
* FindOpenSSL: Provide imported targets OpenSSL::{SSL,Crypto}Konstantin Podsvirov2015-08-131-0/+73