summaryrefslogtreecommitdiff
path: root/m4/curl-openssl.m4
Commit message (Collapse)AuthorAgeFilesLines
* curl-openssl.m4: fix spelling [ci skip]Viktor Szakats2018-03-121-1/+1
|
* curl-openssl.m4: Fix version check for OpenSSL 1.1.1Jay Satiro2018-02-241-1/+10
| | | | | | | | | | - Add OpenSSL 1.1.1 to the header/library version lists. - Detect OpenSSL 1.1.1 library using its function ERR_clear_last_mark, which was added in that version. Prior to this change an erroneous header/library mismatch was caused by lack of OpenSSL 1.1.1 detection. I tested using openssl-1.1.1-pre1.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* build: Fix typo from OpenSSL 1.0.2 version detection fixDrake Arconis2015-06-141-1/+1
|
* build: Properly detect OpenSSL 1.0.2 when using configureDrake Arconis2015-06-141-0/+9
|
* configure openssl version check: handle lack of L suffixDaniel Stenberg2011-09-281-1/+1
| | | | | It seems some versions of the OpenSSL version defines don't come with L appended to the number, so let's deal with that nicely.
* configure: OpenSSL API detection cleanupYang Tse2011-06-111-105/+11
|
* configure: warn if OpenSSL headers and library versions don't matchYang Tse2011-06-091-1/+27
|
* configure: get API info for a couple of OpenSSL functions (followup 2)Yang Tse2011-06-091-187/+181
|
* configure: get API info for a couple of OpenSSL functions (followup 1)Yang Tse2011-06-091-66/+254
|
* configure: get API info for a couple of OpenSSL functionsYang Tse2011-06-061-0/+146