summaryrefslogtreecommitdiff
path: root/lib/vtls/mbedtls.c
AgeCommit message (Expand)Author
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
2015-10-23mbedTLS: THREADING_SUPPORT compilation fixDmitry S. Baikov
2015-10-22mbedtls:new profile with RSA min key len = 1024.m-gardet
2015-10-20vtls: added support for mbedTLSJonas Minnberg