summaryrefslogtreecommitdiff
path: root/Modules/FindOpenSSL.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* FindOpenSSL: Revise and format module documentationBrad King2015-08-131-15/+19
* FindOpenSSL: De-duplicate find_library path suffixes on WindowsThijs Wenker2015-07-301-12/+11
* FindOpenSSL: Remove extra whitespaceThijs Wenker2015-07-301-9/+9
* Merge topic 'OpenSSL_102'Brad King2015-01-281-1/+1
|\
| * FindOpenSSL: fix detection of OpenSSL 1.0.2Guillaume Belz2015-01-271-1/+1
* | FindOpenSSL: Always extract version from detected header (#15075)Aku Kotkavuo2015-01-111-3/+1
* | FindOpenSSL: Report crypto and ssl libraries separatelyHannes Mezger2014-12-011-4/+12
|/
* FindOpenSSL: Prefer OPENSSL_ROOT_DIR first (#14764)Ho Cheung2014-02-181-5/+5
* FindOpenSSL: Honor OPENSSL_ROOT_DIR everywhere (#14735)Ho Cheung2014-02-051-4/+5
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-6/+18
* FindOpenSSL: mark variables as advanced for MSVC (#14418)Rolf Eike Beer2013-09-171-0/+2
* Merge topic 'doc-improvements'Brad King2013-05-161-1/+1
|\
| * Fix spelling and typos (product names)Andreas Mohr2013-05-071-1/+1
* | FindOpenSSL: Fix spelling of CMAKE_CROSSCOMPILING (#14075)Robin Lee2013-04-121-1/+1
|/