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
/
mbedtls.h
Age
Commit message (
Expand
)
Author
2019-11-08
copyrights: fix copyright year range
Daniel Stenberg
2017-08-28
vtls: fold the backend ID into the Curl_ssl structure
Johannes Schindelin
2017-08-28
vtls: remove obsolete declarations of SSL backend functionality
Johannes Schindelin
2017-08-28
vtls: convert the have_curlssl_* constants to runtime flags
Johannes Schindelin
2017-08-28
vtls: move sha256sum into the Curl_ssl struct
Johannes Schindelin
2017-08-28
vtls: use the Curl_ssl struct to access all SSL backends' functionality
Johannes Schindelin
2017-08-28
vtls: declare Curl_ssl structs for every SSL backend
Johannes Schindelin
2017-08-28
vtls: make sure all _data_pending() functions return bool
Johannes Schindelin
2017-03-21
mbedtls: add support for CURLOPT_SSL_CTX_FUNCTION
Ales Mlakar
2017-01-29
mbedtls: implement CTR-DRBG and HAVEGE random generators
Antoine Aubert
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
2016-04-07
mbedtls: implement and provide *_data_pending()
Daniel Stenberg
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