Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-21 | mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION | Ales Mlakar | |
Ref: https://curl.haxx.se/mail/lib-2017-02/0097.html Closes https://github.com/curl/curl/pull/1272 | |||
2017-01-29 | mbedtls: implement CTR-DRBG and HAVEGE random generators | Antoine Aubert | |
closes #1227 | |||
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 |