Age | Commit message (Expand) | Author |
2018-10-26 | gtls: Values stored to but never read | Daniel Stenberg |
2018-09-21 | GnutTLS: TLS 1.3 support | Loganaden Velvindron |
2018-09-20 | vtls: fix ssl version "or later" behavior change for many backends | Jay Satiro |
2018-05-04 | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg |
2018-04-08 | build: cleanup to fix clang warnings/errors | Daniel Stenberg |
2018-04-06 | tls: fix mbedTLS 2.7.0 build + handle sha256 failures | Wyatt O'Day |
2018-02-28 | unit1309: fix warning on Windows x64 | Marcel Raad |
2017-10-19 | vtls: change struct Curl_ssl `close' field name to `close_one'. | Patrick Monnerat |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
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: encapsulate SSL backend-specific data | Johannes Schindelin |
2017-08-28 | vtls: prepare the SSL backends for encapsulated private data | Johannes Schindelin |
2017-08-28 | getinfo: access SSL internals via Curl_ssl | 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-07-03 | gtls: fix build when sizeof(long) < sizeof(void *) | Johannes Schindelin |
2017-06-16 | HTTPS-Proxy: don't offer h2 for https proxy connections | Jay Satiro |
2017-05-02 | gtls: fixed a lingering BUFSIZE reference | Dan Fandrich |
2017-04-22 | gnutls: removed some code when --disable-verbose is configured | Dan Fandrich |
2017-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |
2017-04-08 | vtls: fix unreferenced variable warnings | Marcel Raad |
2017-04-06 | gtls: fix compiler warning | Marcel Raad |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-01-28 | gnutls: disable TLS session tickets | Michael Kaufmann |
2017-01-13 | gnutls: check for alpn and ocsp in configure | Marcus Hoffmann |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2016-12-23 | gnutls-random: check return code for failed random | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | HTTPS-proxy: fixed mbedtls and polishing | Okhin Vasilij |
2016-11-24 | gtls: fix indent to silence compiler warning | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-09 | vtls: Fail on unrecognized param for CURLOPT_SSLVERSION | Jay Satiro |
2016-11-07 | vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3 | Kamil Dudka |
2016-10-31 | strcasecompare: replaced remaining rawstr.h with strcase.h | Dan Fandrich |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |