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
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
2015-03-10
gtls: print negotiated TLS version and full cipher suite name
Alessandro Ghedini
2015-03-10
gtls: fix compiler warnings
Daniel Stenberg
2015-03-10
gtls: add support for CURLOPT_CAPATH
Alessandro Ghedini
2015-03-07
http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*
Daniel Stenberg
2015-03-07
gtls: make it possible to enable ALPN/NPN without HTTP2
Alessandro Ghedini
2015-03-03
vtls: use curl_printf.h all over
Daniel Stenberg
2015-02-19
gtls: fix build with HTTP2
Alessandro Ghedini
2015-01-17
vtls: Removed unimplemented overrides of curlssl_close_all()
Steve Holme
2015-01-16
copyright years: after OCSP stapling changes
Daniel Stenberg
2015-01-16
gtls: add support for the Certificate Status Request TLS extension
Alessandro Ghedini
2014-12-25
vtls: Use bool for Curl_ssl_getsessionid() return type
Steve Holme
2014-12-24
gtls: Use preferred 'CURLcode result'
Steve Holme
2014-12-09
http2: avoid logging neg "failure" if h2 was not requested
Daniel Stenberg
2014-10-23
gnutls: removed dead code
Daniel Stenberg
2014-10-13
pinning: minor code style policing
Daniel Stenberg
2014-10-13
Factorize pinned public key code into generic file handling and backend specific
Patrick Monnerat
2014-10-07
GnuTLS: Implement public key pinning
moparisthebest
2014-08-03
gtls: only define Curl_gtls_seed if Nettle is not being used
Dan Fandrich
2014-07-30
vtls: make the random function mandatory in the TLS backend
Daniel Stenberg
2014-07-15
gnutls: fix compiler warning
Daniel Stenberg
2014-07-14
gnutls: detect lack of SRP support in GnuTLS at run-time and try without
Dan Fandrich
2014-07-14
gnutls: handle IP address in cert name check
David Woodhouse
2014-07-13
gnutls: improved error message if setting cipher list fails
Dan Fandrich
2014-07-12
gnutls: fixed a couple of uninitialized variable references
Dan Fandrich
[next]