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
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
2016-11-24
checksrc: move open braces to comply with function declaration style
Daniel Stenberg
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-24
HTTPS-proxy: fixed mbedtls and polishing
Okhin Vasilij
2016-11-24
gtls: fix indent to silence compiler warning
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
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
strcasecompare: replaced remaining rawstr.h with strcase.h
Dan Fandrich
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
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-06-22
vtls: Only call add/getsession if session id is enabled
Jay Satiro
2016-06-01
vtls: fix ssl session cache race condition
Ivan Avdeev
2016-05-09
TLS: move the ALPN/NPN enable bits to the connection
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-02-13
gtls: fix for builds lacking encrypted key file support
Shine Fan
2016-02-08
configure: --with-ca-fallback: use built-in TLS CA fallback
Ludwig Nussel
2016-02-04
URLs: change more http to https
Viktor Szakats
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-12-13
http: add libcurl option to allow HTTP/2 for HTTPS only
Daniel Stenberg
2015-11-24
Revert "cleanup: general removal of TODO (and similar) comments"
Daniel Stenberg
2015-11-13
cleanup: general removal of TODO (and similar) comments
Daniel Stenberg
2015-09-23
gnutls: Report actual GnuTLS error message for certificate errors
Mike Crowe
2015-09-22
gnutls: Support CURLOPT_KEYPASSWD
Mike Crowe
2015-09-19
ssl: add server cert's "sha256//" hash to verbose
Daniel Hwang
2015-07-01
SSL: Pinned public key hash support
moparisthebest
2015-06-01
curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT
Jay Satiro
2015-05-20
gtls: don't fail on non-fatal alerts during handshake
Dmitry Eremin-Solenikov
2015-05-04
gtls: properly retrieve certificate status
Alessandro Ghedini
2015-03-21
gtls: add check of return code
Daniel Stenberg
2015-03-21
gtls: dereferencing NULL pointer
Daniel Stenberg
2015-03-21
gtls: avoid uninitialized variable.
Daniel Stenberg
2015-03-20
gtls: implement CURLOPT_CERTINFO
Alessandro Ghedini
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-10
gtls: correctly align certificate status verification messages
Alessandro Ghedini
2015-03-10
gtls: don't print double newline after certificate dates
Alessandro Ghedini
[next]