summaryrefslogtreecommitdiff
path: root/lib/vtls/cyassl.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-18/+0
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-281-20/+0
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-6/+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
* cyassl: fix typoJay Satiro2017-02-211-1/+1
* rand: make it work without TLS backingDaniel Stenberg2017-01-121-4/+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-1/+18
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* cyassl: fixed mismatched sha256sum function prototypeDan Fandrich2015-07-021-1/+1
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-0/+5
* cyassl: CTX callback cosmetic changes and doc fixJay Satiro2015-03-281-1/+1
* cyassl: add SSL context callback support for CyaSSLKyle L. Huff2015-03-271-0/+3
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme2015-01-171-5/+1
* vtls: Separate the SSL backend definition from the API setupSteve Holme2015-01-171-2/+4
* vtls: Use '(void) arg' for unused parametersSteve Holme2014-12-301-4/+4
* ssl: generalize how the ssl backend identifier is setDaniel Stenberg2014-07-311-0/+1
* cyassl: use RNG_GenerateBlock to generate a good random numberDan Fandrich2014-07-311-3/+4
* cyassl: use the default (weeker) randomDaniel Stenberg2014-07-301-1/+4
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-201-0/+64