Age | Commit message (Expand) | Author |
2018-05-14 | lib: Fix format specifiers | Rikard Falkeborn |
2018-05-04 | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg |
2018-04-06 | tls: fix mbedTLS 2.7.0 build + handle sha256 failures | Wyatt O'Day |
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-09-10 | mbedtls: enable CA path processing | Jay Satiro |
2017-09-06 | SSL: fix unused parameter warnings | Jay Satiro |
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 _data_pending() functions return bool | Johannes Schindelin |
2017-06-02 | mbedtls: make TU-local variable static | Marcel Raad |
2017-05-29 | mbedtls: fix variable shadow warning | Jay Satiro |
2017-05-12 | mbedtls: Support server renegotiation request | Ron Eldor |
2017-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |
2017-04-15 | mbedtls: fix memory leak in error path | Larry Stefani |
2017-03-21 | mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION | Ales Mlakar |
2017-03-11 | mbedtls: fix typo in variable name | Thomas Glanzmann |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-02-08 | polarssl, mbedtls: Fix detection of pending data | Michael Kaufmann |
2017-01-29 | mbedtls: implement CTR-DRBG and HAVEGE random generators | Antoine Aubert |
2017-01-28 | mbedtls: disable TLS session tickets | Michael Kaufmann |
2016-11-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann |
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 | mbedtls: Fix compile errors | Thomas Glanzmann |
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-04 | mbedtls: fix build with mbedtls versions < 2.4.0 | Daniel Stenberg |
2016-10-31 | strcasecompare: replaced remaining rawstr.h with strcase.h | Dan Fandrich |
2016-10-26 | mbedtls: stop using deprecated include file | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-08-05 | mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is defined | Thomas Glanzmann |
2016-08-01 | mbedtls: Fix debug function name | Thomas Glanzmann |
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-30 | mbedtls: removed unused variables | Renaud Lehoux |
2016-05-24 | mbedtls: fix includes so snprintf() works | Daniel Stenberg |
2016-05-17 | mbedtls/polarssl: set "hostname" unconditionally | Daniel Stenberg |