summaryrefslogtreecommitdiff
path: root/lib/vtls/mbedtls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mbedtls: Fix ALPN supportJay Satiro2016-01-071-13/+23
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-2/+2
* mbedtls: fix "Structurally dead code"Daniel Stenberg2015-10-291-19/+15
* mbedtls: fix "Logically dead code"Daniel Stenberg2015-10-291-18/+13
* polarssl/mbedtls: fix name space pollutionDaniel Stenberg2015-10-231-6/+6
* mbedTLS: THREADING_SUPPORT compilation fixDmitry S. Baikov2015-10-231-6/+8
* mbedtls:new profile with RSA min key len = 1024.m-gardet2015-10-221-1/+22
* vtls: added support for mbedTLSJonas Minnberg2015-10-201-0/+753