Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-12 | curl-openssl.m4: fix spelling [ci skip] | Viktor Szakats | |
2018-02-24 | curl-openssl.m4: Fix version check for OpenSSL 1.1.1 | Jay Satiro | |
- 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. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-06-14 | build: Fix typo from OpenSSL 1.0.2 version detection fix | Drake Arconis | |
2015-06-14 | build: Properly detect OpenSSL 1.0.2 when using configure | Drake Arconis | |
2011-09-28 | configure openssl version check: handle lack of L suffix | Daniel Stenberg | |
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. | |||
2011-06-11 | configure: OpenSSL API detection cleanup | Yang Tse | |
2011-06-09 | configure: warn if OpenSSL headers and library versions don't match | Yang Tse | |
2011-06-09 | configure: get API info for a couple of OpenSSL functions (followup 2) | Yang Tse | |
2011-06-09 | configure: get API info for a couple of OpenSSL functions (followup 1) | Yang Tse | |
2011-06-06 | configure: get API info for a couple of OpenSSL functions | Yang Tse | |