Age | Commit message (Expand) | Author |
2017-08-28 | vtls: fold the backend ID into the Curl_ssl structure | Johannes Schindelin |
2017-08-28 | vtls: remove obsolete declarations of SSL backend functionality | Johannes Schindelin |
2017-08-28 | vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: convert the have_curlssl_* constants to runtime flags | Johannes Schindelin |
2017-08-28 | vtls: move sha256sum into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: move md5sum into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: use the Curl_ssl struct to access all SSL backends' functionality | Johannes Schindelin |
2017-08-28 | vtls: declare Curl_ssl structs for every SSL backend | Johannes Schindelin |
2017-08-28 | vtls: make sure all _cleanup() functions return void | Johannes Schindelin |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2016-11-26 | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-05-01 | tls: make setting pinnedkey option fail if not supported | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest |
2015-03-20 | gtls: implement CURLOPT_CERTINFO | Alessandro Ghedini |
2015-03-10 | gtls: add support for CURLOPT_CAPATH | Alessandro Ghedini |
2015-01-17 | vtls: Removed unimplemented overrides of curlssl_close_all() | Steve Holme |
2015-01-17 | vtls: Separate the SSL backend definition from the API setup | Steve Holme |
2015-01-16 | copyright years: after OCSP stapling changes | Daniel Stenberg |
2015-01-16 | gtls: add support for the Certificate Status Request TLS extension | Alessandro Ghedini |
2014-12-30 | vtls: Use '(void) arg' for unused parameters | Steve Holme |
2014-10-13 | vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation | Patrick Monnerat |
2014-07-31 | ssl: generalize how the ssl backend identifier is set | Daniel Stenberg |
2014-07-30 | vtls: make the random function mandatory in the TLS backend | Daniel Stenberg |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg |