summaryrefslogtreecommitdiff
path: root/lib/vtls/darwinssl.h
Commit message (Expand)AuthorAgeFilesLines
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-3/+0
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-20/+0
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-281-19/+0
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-6/+0
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-281-5/+0
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-17/+0
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-281-0/+2
* vtls: make sure every _sha256sum()'s first arg is constJohannes Schindelin2017-08-281-3/+2
* vtls: use consistent signature for _random() implementationsJohannes Schindelin2017-08-281-2/+2
* darwinssl: fix curlssl_sha256sum() compiler warnings on first argumentDaniel Stenberg2017-08-031-4/+5
* SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest2017-05-151-0/+24
* rand: make it work without TLS backingDaniel Stenberg2017-01-121-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* darwinsssl: add support for TLS False StartNick Zitzmann2015-03-211-0/+2
* By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"Nick Zitzmann2015-02-151-0/+74