summaryrefslogtreecommitdiff
path: root/lib/vtls/gtls.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: detect more kinds of NULL comparisons we avoidbagder/NULL-checksDaniel Stenberg2021-12-261-4/+4
* gtls: check return code for gnutls_alpn_set_protocolsDaniel Stenberg2021-12-261-1/+5
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-291-22/+17
* vtls: Fix a memory leak if an SSL session cannot be added to the cacheMichael Kaufmann2021-09-241-2/+4
* vtls: fix connection reuse checks for issuer cert and case sensitivityDaniel Stenberg2021-07-201-5/+5
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-43/+43
* gnutls: set the preferred TLS versions in correct orderDaniel Stenberg2021-06-181-18/+13
* ssl: read pending close notify alert before closing the connectionMichael Kaufmann2021-06-011-0/+4
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-241-1/+3
* GnuTLS: don't allow TLS 1.3 for versions that don't support itDaniel Stenberg2021-05-061-8/+26
* gnutls: make setting only the MAX TLS allowed version workDaniel Stenberg2021-05-051-19/+13
* tls: add USE_HTTP2 defineJacob Hoffman-Andrews2021-04-291-8/+8
* vtls: deduplicate some DISABLE_PROXY ifdefsMichaƂ Antoniak2021-04-221-2/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* 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-1/+1
* gnutls: assume nettle crypto supportDaniel Stenberg2021-02-181-39/+0
* 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-21/+0
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-32/+38
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-4/+6
* gnutls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-49/+49
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* gnutls: fix memory leaks (certfields memory wasn't released)Harry Sintonen2020-11-021-1/+6
* vtls: deduplicate some DISABLE_PROXY ifdefsKamil Dudka2020-10-011-27/+6
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-5/+5
* lib: fix -Wassign-enum warningsDaniel Stenberg2020-09-081-1/+1
* TLS: fix SRP detection by using the proper #ifdefsDaniel Stenberg2020-08-281-9/+9
* gtls: survive not being able to get name/issuerDaniel Stenberg2020-08-051-10/+13
* gnutls: repair the build with `CURL_DISABLE_PROXY`Alex Kiernan2020-07-041-3/+27
* gnutls: Fetch backend when using proxyAlex Kiernan2020-07-031-0/+1
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-301-1/+1
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
* GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULTEmil Engler2020-04-301-2/+21
* GnuTLS: Don't skip really long certificate fieldsEmil Engler2020-04-211-12/+15
* gnutls: bump lowest supported version to 3.1.10Daniel Stenberg2020-04-211-287/+50
* gnutls: ensure TLS 1.3 when SRP isn't requestedDirkjan Bussink2020-04-131-36/+45
* gnutls: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-43/+50
* gtls: Fixed compilation when using GnuTLS < 3.5.0Steve Holme2020-02-271-1/+5
* gtls: fix the copyright yearDaniel Stenberg2020-02-211-1/+1
* GnuTLS: Always send client certjethrogb2020-02-211-1/+1
* gtls: make gnutls_bye() not wait for response on shutdownDaniel Stenberg2019-10-311-1/+1
* vtls: fix narrowing conversion warningsMarcel Raad2019-09-231-2/+2
* ftp: move ftp_ccc in under featureflagDaniel Gustafsson2019-05-211-0/+2
* lib: reduce variable scopesMarcel Raad2019-05-201-17/+20
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-6/+0
* multi: provide Curl_multiuse_state to update informationDaniel Stenberg2019-05-011-0/+4
* gnutls: remove call to deprecated gnutls_compression_get_nameDaniel Stenberg2019-03-021-6/+1