summaryrefslogtreecommitdiff
path: root/lib/vtls/gskit.c
Commit message (Expand)AuthorAgeFilesLines
* lib: don't use strerror()Daniel Stenberg2021-09-091-7/+19
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-5/+5
* TLS: prevent shutdown loops to get stuckDaniel Stenberg2021-06-171-1/+2
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-241-1/+3
* gskit: fix CURL_DISABLE_PROXY buildMAntoniak2021-04-301-0/+23
* gskit: fix undefined reference to 'conn'MAntoniak2021-04-291-1/+3
* vtls: deduplicate some DISABLE_PROXY ifdefsMichaƂ Antoniak2021-04-221-4/+2
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-191-1/+1
* lib: remove redundant codeMarcel Raad2021-02-101-1/+0
* gskit: correct the gskit_send() prototypeJon Rumsey2021-02-051-1/+1
* vtls: remove md5sumDaniel Stenberg2021-02-021-1/+0
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-47/+14
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-55/+89
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-1/+1
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-301-2/+2
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-4/+4
* gskit: update the copyright year rangeDaniel Stenberg2020-03-151-1/+1
* gskit: use our internal select wrapper for portabilityMarc Hoersken2020-03-151-2/+1
* gskit: use the generic Curl_socketpairDaniel Stenberg2019-10-101-95/+3
* 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-8/+7
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-1/+0
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* gskit: make sure to terminate version stringDaniel Gustafsson2018-10-071-2/+1
* vtls: fix ssl version "or later" behavior change for many backendsJay Satiro2018-09-201-2/+0
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-16/+16
* vtls: fix missing commasDaniel Stenberg2018-05-041-1/+1
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-7/+3
* GSKit: restore pinnedpubkey functionalitymoparisthebest2018-01-251-1/+1
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-3/+1
* vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat2017-10-191-1/+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-3/+11
* vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin2017-08-281-59/+64
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-281-0/+8
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-10/+9
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-281-0/+3
* 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/+2
* 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/+23
* spelling fixesklemens2017-03-261-2/+2
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-9/+39
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-11/+11
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-251-1/+2