aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/gskit.c
AgeCommit message (Expand)Author
2020-05-30timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-03-15gskit: update the copyright year rangeDaniel Stenberg
2020-03-15gskit: use our internal select wrapper for portabilityMarc Hoersken
2019-10-10gskit: use the generic Curl_socketpairDaniel Stenberg
2019-09-23vtls: fix narrowing conversion warningsMarcel Raad
2019-05-21ftp: move ftp_ccc in under featureflagDaniel Gustafsson
2019-05-20lib: reduce variable scopesMarcel Raad
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-10-07gskit: make sure to terminate version stringDaniel Gustafsson
2018-09-20vtls: fix ssl version "or later" behavior change for many backendsJay Satiro
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-04vtls: fix missing commasDaniel Stenberg
2018-05-04vtls: use unified "supports" bitfield member in backendsDaniel Stenberg
2018-01-25GSKit: restore pinnedpubkey functionalitymoparisthebest
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2017-10-19vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat
2017-08-28vtls: refactor out essential information about the SSL backendsJohannes Schindelin
2017-08-28vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin
2017-08-28vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin
2017-08-28vtls: encapsulate SSL backend-specific dataJohannes Schindelin
2017-08-28vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin
2017-08-28getinfo: access SSL internals via Curl_sslJohannes Schindelin
2017-08-28vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin
2017-08-28vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin
2017-08-28vtls: move sha256sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: move md5sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin
2017-08-28vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin
2017-03-26spelling fixesklemens
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-25HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann
2016-11-24HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-24Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat
2016-11-09vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro
2016-11-07vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka
2016-10-31gskit, nss: do not include strequal.hKamil Dudka
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-09-19ssl: add server cert's "sha256//" hash to verboseDaniel Hwang
2015-03-03vtls: use curl_printf.h all overDaniel Stenberg
2015-02-09gskit: Fix exclusive SSLv3 optionJay Satiro
2015-01-17vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme
2014-12-28vtls: Fixed compilation warning and an ignored return codeSteve Holme
2014-12-26vtls: Use CURLcode for Curl_ssl_init_certinfo() return typeSteve Holme