summaryrefslogtreecommitdiff
path: root/lib/vtls/gtls.c
Commit message (Expand)AuthorAgeFilesLines
* fixup make gtls.c use HAVE_GNUTLS_SRP instead of USE_TLS_SRPbagder/openssl-srpDaniel Stenberg2020-08-271-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
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-12/+12
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-201-1/+1
* gtls: Values stored to but never readDaniel Stenberg2018-10-261-9/+7
* GnutTLS: TLS 1.3 supportLoganaden Velvindron2018-09-211-9/+62
* vtls: fix ssl version "or later" behavior change for many backendsJay Satiro2018-09-201-3/+1
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-5/+4
* build: cleanup to fix clang warnings/errorsDaniel Stenberg2018-04-081-4/+6
* tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day2018-04-061-1/+2
* unit1309: fix warning on Windows x64Marcel Raad2018-02-281-12/+3
* 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
* 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-1/+0
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-1/+2
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-281-2/+12
* vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin2017-08-281-44/+52
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-281-0/+8
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-19/+15
* 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-5/+6
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-281-5/+7
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-0/+1
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-281-0/+22
* vtls: make sure all _cleanup() functions return voidJohannes Schindelin2017-08-281-2/+1
* gtls: fix build when sizeof(long) < sizeof(void *)Johannes Schindelin2017-07-031-11/+9
* HTTPS-Proxy: don't offer h2 for https proxy connectionsJay Satiro2017-06-161-1/+2
* gtls: fixed a lingering BUFSIZE referenceDan Fandrich2017-05-021-3/+4
* gnutls: removed some code when --disable-verbose is configuredDan Fandrich2017-04-221-4/+8