summaryrefslogtreecommitdiff
path: root/lib/vtls/gskit.c
AgeCommit message (Expand)Author
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
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
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
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-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
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-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-01-25GSKit: restore pinnedpubkey functionalitymoparisthebest
2018-01-21Merge branch 'master' of https://github.com/curl/curlng0
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2017-10-24Merge tag 'curl-7_56_1' of https://github.com/curl/curlng0
2017-10-19vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat
2017-10-06Merge tag 'curl-7_56_0'ng0
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-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22spelling fixesklemens
2017-08-22vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann
2017-08-22HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2017-08-22proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2017-08-22Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat
2017-08-22vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro
2017-08-22vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka
2017-08-22gskit, nss: do not include strequal.hKamil Dudka
2017-08-22select: switch to macros in uppercaseDaniel Stenberg
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