summaryrefslogtreecommitdiff
path: root/lib/vtls/mbedtls.c
Commit message (Expand)AuthorAgeFilesLines
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-1/+10
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-281-1/+2
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-0/+2
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-281-0/+22
* vtls: make sure all _data_pending() functions return boolJohannes Schindelin2017-08-281-1/+1
* mbedtls: make TU-local variable staticMarcel Raad2017-06-021-1/+1
* mbedtls: fix variable shadow warningJay Satiro2017-05-291-3/+3
* mbedtls: Support server renegotiation requestRon Eldor2017-05-121-0/+5
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-181-2/+2
* mbedtls: fix memory leak in error pathLarry Stefani2017-04-151-0/+1
* mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar2017-03-211-0/+10
* mbedtls: fix typo in variable nameThomas Glanzmann2017-03-111-1/+1
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-20/+71
* polarssl, mbedtls: Fix detection of pending dataMichael Kaufmann2017-02-081-3/+1
* mbedtls: implement CTR-DRBG and HAVEGE random generatorsAntoine Aubert2017-01-291-1/+50
* mbedtls: disable TLS session ticketsMichael Kaufmann2017-01-281-0/+5
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-251-3/+5
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-241-30/+32
* mbedtls: Fix compile errorsThomas Glanzmann2016-11-241-22/+23
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-5/+5
* vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro2016-11-091-1/+4
* mbedtls: fix build with mbedtls versions < 2.4.0Daniel Stenberg2016-11-041-1/+5
* strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich2016-10-311-1/+0
* mbedtls: stop using deprecated include fileDaniel Stenberg2016-10-261-1/+1
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-1/+2
* mbedtls: set debug threshold to 4 (verbose) when MBEDTLS_DEBUG is definedThomas Glanzmann2016-08-051-0/+8
* mbedtls: Fix debug function nameThomas Glanzmann2016-08-011-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-7/+7
* vtls: Only call add/getsession if session id is enabledJay Satiro2016-06-221-32/+40
* vtls: fix ssl session cache race conditionIvan Avdeev2016-06-011-0/+5
* mbedtls: removed unused variablesRenaud Lehoux2016-05-301-8/+0
* mbedtls: fix includes so snprintf() worksDaniel Stenberg2016-05-241-3/+2
* mbedtls/polarssl: set "hostname" unconditionallyDaniel Stenberg2016-05-171-7/+6
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-091-2/+2
* mbedtls: Fix session resumeJay Satiro2016-04-281-36/+29
* mbedtls.c: silly spellfix of a commentDaniel Stenberg2016-04-261-1/+1
* mbedtls: fix MBEDTLS_DEBUG buildsDamien Vielpeau2016-04-071-2/+3
* mbedtls: implement and provide *_data_pending()Daniel Stenberg2016-04-071-1/+6
* mbedtls.c: name space pollution fix, Use 'Curl_'Daniel Stenberg2016-04-071-2/+4
* mbedtls.c: changed private prefix to mbed_Daniel Stenberg2016-04-071-33/+29
* code: style updatesDaniel Stenberg2016-04-031-8/+8
* mbedtls: fix compiler warningDaniel Stenberg2016-03-191-0/+1
* mbedtls: fix user-specified SSL protocol versionJay Satiro2016-03-051-4/+21
* mbedtls.c: re-indent to better match curl standardsDaniel Stenberg2016-02-101-44/+44
* mbedtls: fix memory leak when destroying SSL connection dataRafael Antonio2016-02-091-5/+11
* mbedtls: fix ALPN usage segfaultDaniel Stenberg2016-02-091-4/+6
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mbedtls: Fix pinned key return value on failJay Satiro2016-01-181-49/+66
* mbedtls: implement CURLOPT_PINNEDPUBLICKEYThomas Glanzmann2016-01-101-1/+52