summaryrefslogtreecommitdiff
path: root/lib/vtls/mbedtls.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-2/+0
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-25/+0
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-281-6/+0
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-3/+0
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-16/+0
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-281-0/+2
* vtls: make sure all _data_pending() functions return boolJohannes Schindelin2017-08-281-1/+1
* mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar2017-03-211-0/+3
* mbedtls: implement CTR-DRBG and HAVEGE random generatorsAntoine Aubert2017-01-291-5/+4
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* tls: make setting pinnedkey option fail if not supportedDaniel Stenberg2016-05-011-0/+3
* mbedtls: implement and provide *_data_pending()Daniel Stenberg2016-04-071-1/+2
* mbedtls: follow-up for the previous commitDaniel Stenberg2016-04-071-5/+4
* mbedtls.h: fix compiler warningsDaniel Stenberg2016-04-071-0/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mbedtls: implement CURLOPT_PINNEDPUBLICKEYThomas Glanzmann2016-01-101-0/+2
* vtls: added support for mbedTLSJonas Minnberg2015-10-201-0/+73