summaryrefslogtreecommitdiff
path: root/lib/vtls/mbedtls.c
Commit message (Expand)AuthorAgeFilesLines
* vtls: refuse setting any SSL versionbagder/refuse-sslversionsDaniel Stenberg2021-03-221-11/+4
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-191-2/+2
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-1/+1
* vtls: factor out Curl_ssl_getsock to field of Curl_sslJacob Hoffman-Andrews2021-02-081-0/+1
* vtls: remove md5sumDaniel Stenberg2021-02-021-1/+0
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-28/+31
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-7/+7
* mbedtls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-32/+32
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-4/+4
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* mbedtls: add missing header when defining MBEDTLS_DEBUGFrederik Wedel-Heinen2020-10-071-3/+9
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-1/+1
* mbedtls: fix build with disabled proxy supportBaruch Siach2020-06-261-0/+10
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-301-1/+1
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-2/+2
* mbedtls: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-69/+76
* polarssl: removedDaniel Stenberg2020-01-161-8/+8
* mbedtls: add error message for cert validity starting in the futureBastien Bouclet2019-11-021-0/+3
* vtls: fix narrowing conversion warningsMarcel Raad2019-09-231-2/+2
* mbedtls: enable use of EC keysGuy Poizat2019-05-201-1/+2
* lib: reduce variable scopesMarcel Raad2019-05-201-8/+3
* multi: provide Curl_multiuse_state to update informationDaniel Stenberg2019-05-011-0/+3
* mbedtls: release sessionid resources on errorDaniel Gustafsson2019-02-161-0/+3
* mbedtls: make it build even if MBEDTLS_VERSION_C isn't setDaniel Stenberg2019-02-121-0/+5
* printf: fix format specifiersRikard Falkeborn2019-01-041-2/+2
* mbedtls: follow-up VERIFYHOST fix from f097669248Daniel Stenberg2018-12-201-9/+9
* mbedtls: use VERIFYHOSTDaniel Stenberg2018-12-171-3/+5
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-201-1/+1
* vtls: fix ssl version "or later" behavior change for many backendsJay Satiro2018-09-201-3/+0
* lib: Fix format specifiersRikard Falkeborn2018-05-141-1/+1
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-6/+4
* tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day2018-04-061-1/+8
* vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat2017-10-191-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-7/+7
* mbedtls: enable CA path processingJay Satiro2017-09-101-1/+1
* SSL: fix unused parameter warningsJay Satiro2017-09-061-0/+1
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-281-2/+1
* vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin2017-08-281-2/+0
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-0/+1
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-281-1/+16
* vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin2017-08-281-64/+70
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-281-0/+8
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-16/+13
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-281-0/+1
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-281-0/+5
* 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