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
/
vtls.c
Age
Commit message (
Expand
)
Author
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-11-01
axtls: removed
Daniel Stenberg
2018-09-13
vtls: add a MesaLink vtls backend
Yiming Jing
2018-09-03
url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS work
Kamil Dudka
2018-05-29
setopt: add TLS 1.3 ciphersuites
Daniel Stenberg
2018-05-04
vtls: use unified "supports" bitfield member in backends
Daniel Stenberg
2018-05-02
wolfssl: Fix non-blocking connect
David Garske
2018-04-23
curl_global_sslset: always provide available backends
Christian Schmitz
2018-04-06
tls: fix mbedTLS 2.7.0 build + handle sha256 failures
Wyatt O'Day
2017-12-12
vtls: replaced getenv() with curl_getenv()
dmitrykos
2017-10-19
vtls: change struct Curl_ssl `close' field name to `close_one'.
Patrick Monnerat
2017-10-06
vtls: fix warnings with --disable-crypto-auth
Marcel Raad
2017-10-05
build: fix --disable-crypto-auth
Daniel Stenberg
2017-10-03
vtls: compare and clone ssl configs properly
Michael Kaufmann
2017-09-22
vtls: provide curl_global_sslset() even in non-SSL builds
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-09-07
vtls: fix memory corruption
Jay Satiro
2017-09-07
vtls: switch to CURL_SHA256_DIGEST_LENGTH define
Daniel Stenberg
2017-09-06
vtls: select ssl backend case-insensitive (follow-up)
Gisle Vanem
2017-09-01
curl_global_sslset: select backend by name case insensitively
Daniel Stenberg
2017-08-28
configure: allow setting the default SSL backend
Johannes Schindelin
2017-08-28
vtls: use Curl_ssl_multi pseudo backend only when needed
Johannes Schindelin
2017-08-28
version: if built with more than one SSL backend, report all of them
Johannes Schindelin
2017-08-28
vtls: introduce curl_global_sslset()
Johannes Schindelin
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: 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: 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-04-18
TLS: Fix switching off SSL session id when client cert is used
Jay Satiro
2017-03-13
Improve code readbility
Sylvestre Ledru
2017-03-08
vtls: add options to specify range of enabled TLS versions
Jozef Kralik
2017-01-22
vtls: source indentation fix
Daniel Stenberg
2017-01-20
vtls: fix PolarSSL non-blocking handling
Daniel Stenberg
2017-01-20
vtls: fix mbedtls multi non blocking handshake.
Antoine Aubert
2017-01-12
rand: make it work without TLS backing
Daniel Stenberg
2016-12-26
vtls: s/SSLEAY/OPENSSL
Daniel Stenberg
2016-11-26
curl_version_info: add CURL_VERSION_HTTPS_PROXY
Okhin Vasilij
2016-11-24
checksrc: move open braces to comply with function declaration style
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-14
Curl_rand: fixed and moved to rand.c
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-13
vtls: only re-use session-ids using the same scheme
Daniel Stenberg
2016-08-26
TLS: random file/egd doesn't have to match for conn reuse
Daniel Stenberg
[next]