Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | |
2016-05-01 | tls: make setting pinnedkey option fail if not supported | Daniel Stenberg | |
to make it obvious to users trying to use the feature with TLS backends not supporting it. Discussed in #781 Reported-by: Travis Burtrum | |||
2016-04-07 | mbedtls: implement and provide *_data_pending() | Daniel Stenberg | |
... as otherwise we might get stuck thinking there's no more data to handle. Reported-by: Damien Vielpeau Fixes #737 | |||
2016-04-07 | mbedtls: follow-up for the previous commit | Daniel Stenberg | |
2016-04-07 | mbedtls.h: fix compiler warnings | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2016-01-10 | mbedtls: implement CURLOPT_PINNEDPUBLICKEY | Thomas Glanzmann | |
2015-10-20 | vtls: added support for mbedTLS | Jonas Minnberg | |
closes #496 |