Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-07 | mbedtls: Fix ALPN support | Jay Satiro | |
- Fix ALPN reply detection. - Wrap nghttp2 code in ifdef USE_NGHTTP2. Prior to this change ALPN and HTTP/2 did not work properly in mbedTLS. | |||
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg | |
... and stick to 1.1 for HTTP. This is in line with what browsers do and should have very little risk. | |||
2015-10-29 | mbedtls: fix "Structurally dead code" | Daniel Stenberg | |
CID 1332129 | |||
2015-10-29 | mbedtls: fix "Logically dead code" | Daniel Stenberg | |
CID 1332128 | |||
2015-10-23 | polarssl/mbedtls: fix name space pollution | Daniel Stenberg | |
Global private symbols MUST start with Curl_! | |||
2015-10-23 | mbedTLS: THREADING_SUPPORT compilation fix | Dmitry S. Baikov | |
Closes #505 | |||
2015-10-22 | mbedtls:new profile with RSA min key len = 1024. | m-gardet | |
Closes #502 | |||
2015-10-20 | vtls: added support for mbedTLS | Jonas Minnberg | |
closes #496 |