Age | Commit message (Expand) | Author |
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 |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-04-28 | mbedtls: Fix session resume | Jay Satiro |
2016-04-26 | mbedtls.c: silly spellfix of a comment | Daniel Stenberg |
2016-04-07 | mbedtls: fix MBEDTLS_DEBUG builds | Damien Vielpeau |
2016-04-07 | mbedtls: implement and provide *_data_pending() | Daniel Stenberg |
2016-04-07 | mbedtls.c: name space pollution fix, Use 'Curl_' | Daniel Stenberg |
2016-04-07 | mbedtls.c: changed private prefix to mbed_ | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-03-19 | mbedtls: fix compiler warning | Daniel Stenberg |
2016-03-05 | mbedtls: fix user-specified SSL protocol version | Jay Satiro |
2016-02-10 | mbedtls.c: re-indent to better match curl standards | Daniel Stenberg |
2016-02-09 | mbedtls: fix memory leak when destroying SSL connection data | Rafael Antonio |
2016-02-09 | mbedtls: fix ALPN usage segfault | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-01-18 | mbedtls: Fix pinned key return value on fail | Jay Satiro |
2016-01-10 | mbedtls: implement CURLOPT_PINNEDPUBLICKEY | Thomas Glanzmann |
2016-01-07 | mbedtls: Fix ALPN support | Jay Satiro |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg |
2015-10-29 | mbedtls: fix "Structurally dead code" | Daniel Stenberg |
2015-10-29 | mbedtls: fix "Logically dead code" | Daniel Stenberg |
2015-10-23 | polarssl/mbedtls: fix name space pollution | Daniel Stenberg |