summaryrefslogtreecommitdiff
path: root/lib/vtls/mbedtls.c
AgeCommit message (Expand)Author
2017-06-02mbedtls: make TU-local variable staticMarcel Raad
2017-05-29mbedtls: fix variable shadow warningJay Satiro
2017-05-12mbedtls: Support server renegotiation requestRon Eldor
2017-04-18TLS: Fix switching off SSL session id when client cert is usedJay Satiro
2017-04-15mbedtls: fix memory leak in error pathLarry Stefani
2017-03-21mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar
2017-03-11mbedtls: fix typo in variable nameThomas Glanzmann
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-02-08polarssl, mbedtls: Fix detection of pending dataMichael Kaufmann
2017-01-29mbedtls: implement CTR-DRBG and HAVEGE random generatorsAntoine Aubert
2017-01-28mbedtls: disable TLS session ticketsMichael Kaufmann
2016-11-25HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2016-11-24mbedtls: Fix compile errorsThomas Glanzmann
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-09vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro
2016-11-04mbedtls: fix build with mbedtls versions < 2.4.0Daniel Stenberg
2016-10-31strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich
2016-10-26mbedtls: stop using deprecated include fileDaniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-08-05mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is definedThomas Glanzmann
2016-08-01mbedtls: Fix debug function nameThomas Glanzmann
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-22vtls: Only call add/getsession if session id is enabledJay Satiro
2016-06-01vtls: fix ssl session cache race conditionIvan Avdeev
2016-05-30mbedtls: removed unused variablesRenaud Lehoux
2016-05-24mbedtls: fix includes so snprintf() worksDaniel Stenberg
2016-05-17mbedtls/polarssl: set "hostname" unconditionallyDaniel Stenberg
2016-05-09TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg
2016-04-28mbedtls: Fix session resumeJay Satiro
2016-04-26mbedtls.c: silly spellfix of a commentDaniel Stenberg
2016-04-07mbedtls: fix MBEDTLS_DEBUG buildsDamien Vielpeau
2016-04-07mbedtls: implement and provide *_data_pending()Daniel Stenberg
2016-04-07mbedtls.c: name space pollution fix, Use 'Curl_'Daniel Stenberg
2016-04-07mbedtls.c: changed private prefix to mbed_Daniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-03-19mbedtls: fix compiler warningDaniel Stenberg
2016-03-05mbedtls: fix user-specified SSL protocol versionJay Satiro
2016-02-10mbedtls.c: re-indent to better match curl standardsDaniel Stenberg
2016-02-09mbedtls: fix memory leak when destroying SSL connection dataRafael Antonio
2016-02-09mbedtls: fix ALPN usage segfaultDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-01-18mbedtls: Fix pinned key return value on failJay Satiro
2016-01-10mbedtls: implement CURLOPT_PINNEDPUBLICKEYThomas Glanzmann
2016-01-07mbedtls: Fix ALPN supportJay Satiro
2015-12-13http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg
2015-10-29mbedtls: fix "Structurally dead code"Daniel Stenberg
2015-10-29mbedtls: fix "Logically dead code"Daniel Stenberg
2015-10-23polarssl/mbedtls: fix name space pollutionDaniel Stenberg