Age | Commit message (Expand) | Author |
2020-01-16 | polarssl: removed | Daniel Stenberg |
2019-11-02 | mbedtls: add error message for cert validity starting in the future | Bastien Bouclet |
2019-09-23 | vtls: fix narrowing conversion warnings | Marcel Raad |
2019-05-20 | mbedtls: enable use of EC keys | Guy Poizat |
2019-05-20 | lib: reduce variable scopes | Marcel Raad |
2019-05-01 | multi: provide Curl_multiuse_state to update information | Daniel Stenberg |
2019-02-16 | mbedtls: release sessionid resources on error | Daniel Gustafsson |
2019-02-12 | mbedtls: make it build even if MBEDTLS_VERSION_C isn't set | Daniel Stenberg |
2019-01-04 | printf: fix format specifiers | Rikard Falkeborn |
2018-12-20 | mbedtls: follow-up VERIFYHOST fix from f097669248 | Daniel Stenberg |
2018-12-17 | mbedtls: use VERIFYHOST | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-20 | ssl: replace all internal uses of CURLE_SSL_CACERT | Han Han |
2018-09-20 | vtls: fix ssl version "or later" behavior change for many backends | Jay Satiro |
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 |