Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-11 | gtls: honor --[no-]alpn command line switch | Fabian Frank | |
Disable ALPN if requested by the user. | |||
2014-02-04 | gtls: add ALPN support | Fabian Frank | |
Add ALPN support when using GnuTLS >= 3.2.0. This allows libcurl to negotiate HTTP/2.0 for https connections when built with GnuTLS. See: http://www.gnutls.org/manual/gnutls.html#Application-Layer-Protocol-Negotiation-_0028ALPN_0029 http://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg-04 | |||
2014-01-20 | disable GnuTLS insecure ciphers | Fabian Frank | |
Make GnuTLS old and new consistent, specify the desired protocol, cipher and certificate type in always in both modes. Disable insecure ciphers as reported by howsmyssl.com. Honor not only --sslv3, but also the --tlsv1[.N] switches. Related Bug: http://curl.haxx.se/bug/view.cgi?id=1323 | |||
2014-01-19 | gtls: fix compiler warnings on conversions size_t => unsigned int | Daniel Stenberg | |
2013-12-26 | vtls: Updated comments referencing sslgen.c and ssluse.c | Steve Holme | |
2013-12-26 | vtls: Fixed up include of vtls.h | Steve Holme | |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg | |