index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vtls
/
gskit.c
Age
Commit message (
Expand
)
Author
2020-03-15
gskit: update the copyright year range
Daniel Stenberg
2020-03-15
gskit: use our internal select wrapper for portability
Marc Hoersken
2019-10-10
gskit: use the generic Curl_socketpair
Daniel Stenberg
2019-09-23
vtls: fix narrowing conversion warnings
Marcel Raad
2019-05-21
ftp: move ftp_ccc in under featureflag
Daniel Gustafsson
2019-05-20
lib: reduce variable scopes
Marcel Raad
2019-04-11
build: fix Codacy/CppCheck warnings
Marcel Raad
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-10-07
gskit: make sure to terminate version string
Daniel Gustafsson
2018-09-20
vtls: fix ssl version "or later" behavior change for many backends
Jay Satiro
2018-05-21
checksrc: make sure sizeof() is used *with* parentheses
Daniel Stenberg
2018-05-04
vtls: fix missing commas
Daniel Stenberg
2018-05-04
vtls: use unified "supports" bitfield member in backends
Daniel Stenberg
2018-01-25
GSKit: restore pinnedpubkey functionality
moparisthebest
2018-01-05
build: remove HAVE_LIMITS_H check
Jay Satiro
2017-10-19
vtls: change struct Curl_ssl `close' field name to `close_one'.
Patrick Monnerat
2017-08-28
vtls: refactor out essential information about the SSL backends
Johannes Schindelin
2017-08-28
vtls: allow selecting which SSL backend to use at runtime
Johannes Schindelin
2017-08-28
vtls: fold the backend ID into the Curl_ssl structure
Johannes Schindelin
2017-08-28
vtls: encapsulate SSL backend-specific data
Johannes Schindelin
2017-08-28
vtls: prepare the SSL backends for encapsulated private data
Johannes Schindelin
2017-08-28
getinfo: access SSL internals via Curl_ssl
Johannes Schindelin
2017-08-28
vtls: remove obsolete declarations of SSL backend functionality
Johannes Schindelin
2017-08-28
vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: convert the have_curlssl_* constants to runtime flags
Johannes Schindelin
2017-08-28
vtls: move sha256sum into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: move md5sum into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: use the Curl_ssl struct to access all SSL backends' functionality
Johannes Schindelin
2017-08-28
vtls: declare Curl_ssl structs for every SSL backend
Johannes Schindelin
2017-03-26
spelling fixes
klemens
2017-03-08
vtls: add options to specify range of enabled TLS versions
Jozef Kralik
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-25
HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY
Thomas Glanzmann
2016-11-24
HTTPS-proxy: fixed mbedtls and polishing
Okhin Vasilij
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-24
Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.
Patrick Monnerat
2016-11-09
vtls: Fail on unrecognized param for CURLOPT_SSLVERSION
Jay Satiro
2016-11-07
vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
Kamil Dudka
2016-10-31
gskit, nss: do not include strequal.h
Kamil Dudka
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-09-19
ssl: add server cert's "sha256//" hash to verbose
Daniel Hwang
2015-03-03
vtls: use curl_printf.h all over
Daniel Stenberg
2015-02-09
gskit: Fix exclusive SSLv3 option
Jay Satiro
2015-01-17
vtls: Removed unimplemented overrides of curlssl_close_all()
Steve Holme
2014-12-28
vtls: Fixed compilation warning and an ignored return code
Steve Holme
2014-12-26
vtls: Use CURLcode for Curl_ssl_init_certinfo() return type
Steve Holme
2014-10-24
gskit.c: remove SSLv3 from SSL default.
Patrick Monnerat
2014-10-24
gskit.c: use 'CURLcode result'
Patrick Monnerat
[next]