summaryrefslogtreecommitdiff
path: root/lib/vtls/mbedtls.c
Commit message (Expand)AuthorAgeFilesLines
* mbedtls: fix CURLOPT_SSLCERT_BLOBbagder/mbedtls-ssl_cert_blobDaniel Stenberg2021-12-141-3/+10
* mbedTLS: include NULL byte in blob data length for CURLOPT_CAINFO_BLOBFlorian Van Heghe2021-12-021-2/+7
* mbedTLS: add support for CURLOPT_CAINFO_BLOBFlorian Van Heghe2021-11-301-1/+20
* vtls: Fix a memory leak if an SSL session cannot be added to the cacheMichael Kaufmann2021-09-241-2/+5
* mbedtls: avoid using a large buffer on the stackMAntoniak2021-09-061-13/+17
* build: fix compiler warningsMAntoniak2021-08-141-0/+2
* mbedTLS: initial 3.0.0 supportBenau2021-08-091-0/+58
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-12/+11
* mbedtls: make mbedtls_strerror always workDaniel Stenberg2021-06-011-30/+6
* ssl: read pending close notify alert before closing the connectionMichael Kaufmann2021-06-011-1/+6
* mbedtls: add support for cert and key blob optionsLaurent Dufresne2021-06-011-12/+50
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-241-1/+3
* vtls: deduplicate some DISABLE_PROXY ifdefsMichaƂ Antoniak2021-04-221-16/+3
* vtls: refuse setting any SSL versionDaniel Stenberg2021-04-191-11/+4
* TLS: fix HTTP/2 selectionDaniel Stenberg2021-04-021-1/+1
* vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()Daniel Stenberg2021-03-281-4/+8
* 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