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
/
gtls.c
Age
Commit message (
Expand
)
Author
2020-02-27
gtls: Fixed compilation when using GnuTLS < 3.5.0
Steve Holme
2020-02-21
gtls: fix the copyright year
Daniel Stenberg
2020-02-21
GnuTLS: Always send client cert
jethrogb
2019-10-31
gtls: make gnutls_bye() not wait for response on shutdown
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-05-16
cleanup: remove FIXME and TODO comments
Daniel Stenberg
2019-05-01
multi: provide Curl_multiuse_state to update information
Daniel Stenberg
2019-03-02
gnutls: remove call to deprecated gnutls_compression_get_name
Daniel Stenberg
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-11-20
ssl: replace all internal uses of CURLE_SSL_CACERT
Han Han
2018-10-26
gtls: Values stored to but never read
Daniel Stenberg
2018-09-21
GnutTLS: TLS 1.3 support
Loganaden Velvindron
2018-09-20
vtls: fix ssl version "or later" behavior change for many backends
Jay Satiro
2018-05-04
vtls: use unified "supports" bitfield member in backends
Daniel Stenberg
2018-04-08
build: cleanup to fix clang warnings/errors
Daniel Stenberg
2018-04-06
tls: fix mbedTLS 2.7.0 build + handle sha256 failures
Wyatt O'Day
2018-02-28
unit1309: fix warning on Windows x64
Marcel Raad
2017-10-19
vtls: change struct Curl_ssl `close' field name to `close_one'.
Patrick Monnerat
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
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-08-28
vtls: make sure all _cleanup() functions return void
Johannes Schindelin
2017-07-03
gtls: fix build when sizeof(long) < sizeof(void *)
Johannes Schindelin
2017-06-16
HTTPS-Proxy: don't offer h2 for https proxy connections
Jay Satiro
2017-05-02
gtls: fixed a lingering BUFSIZE reference
Dan Fandrich
2017-04-22
gnutls: removed some code when --disable-verbose is configured
Dan Fandrich
2017-04-18
TLS: Fix switching off SSL session id when client cert is used
Jay Satiro
2017-04-08
vtls: fix unreferenced variable warnings
Marcel Raad
2017-04-06
gtls: fix compiler warning
Marcel Raad
2017-03-08
vtls: add options to specify range of enabled TLS versions
Jozef Kralik
2017-01-28
gnutls: disable TLS session tickets
Michael Kaufmann
2017-01-13
gnutls: check for alpn and ocsp in configure
Marcus Hoffmann
2017-01-12
rand: make it work without TLS backing
Daniel Stenberg
2016-12-23
gnutls-random: check return code for failed random
Daniel Stenberg
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-25
HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY
Thomas Glanzmann
[next]