Age | Commit message (Expand) | Author |
2017-10-19 | vtls: change struct Curl_ssl `close' field name to `close_one'. | Patrick Monnerat |
2017-10-06 | vtls: fix warnings with --disable-crypto-auth | Marcel Raad |
2017-10-05 | build: fix --disable-crypto-auth | Daniel Stenberg |
2017-10-03 | vtls: compare and clone ssl configs properly | Michael Kaufmann |
2017-09-22 | vtls: provide curl_global_sslset() even in non-SSL builds | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-07 | vtls: fix memory corruption | Jay Satiro |
2017-09-07 | vtls: switch to CURL_SHA256_DIGEST_LENGTH define | Daniel Stenberg |
2017-09-06 | vtls: select ssl backend case-insensitive (follow-up) | Gisle Vanem |
2017-09-01 | curl_global_sslset: select backend by name case insensitively | Daniel Stenberg |
2017-08-28 | configure: allow setting the default SSL backend | Johannes Schindelin |
2017-08-28 | vtls: use Curl_ssl_multi pseudo backend only when needed | Johannes Schindelin |
2017-08-28 | version: if built with more than one SSL backend, report all of them | Johannes Schindelin |
2017-08-28 | vtls: introduce curl_global_sslset() | Johannes Schindelin |
2017-08-28 | vtls: refactor out essential information about the SSL backends | Johannes Schindelin |
2017-08-28 | vtls: allow selecting which SSL backend to use at runtime | Johannes Schindelin |
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: 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-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-01-22 | vtls: source indentation fix | Daniel Stenberg |
2017-01-20 | vtls: fix PolarSSL non-blocking handling | Daniel Stenberg |
2017-01-20 | vtls: fix mbedtls multi non blocking handshake. | Antoine Aubert |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2016-12-26 | vtls: s/SSLEAY/OPENSSL | Daniel Stenberg |
2016-11-26 | curl_version_info: add CURL_VERSION_HTTPS_PROXY | Okhin Vasilij |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-14 | Curl_rand: fixed and moved to rand.c | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-13 | vtls: only re-use session-ids using the same scheme | Daniel Stenberg |
2016-08-26 | TLS: random file/egd doesn't have to match for conn reuse | Daniel Stenberg |
2016-08-03 | TLS: only reuse connections with the same client cert | Daniel Stenberg |
2016-08-03 | TLS: switch off SSL session id when client cert is used | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-22 | vtls: Only call add/getsession if session id is enabled | Jay Satiro |
2016-06-01 | vtls: fix ssl session cache race condition | Ivan Avdeev |
2016-05-01 | tls: make setting pinnedkey option fail if not supported | Daniel Stenberg |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-02-04 | URLs: change more http to https | Viktor Szakats |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-10-20 | vtls: fix compiler warning for TLS backends without sha256 | Daniel Stenberg |