summaryrefslogtreecommitdiff
path: root/lib/vtls/cyassl.h
AgeCommit message (Expand)Author
2019-06-10wolfssl: refer to it as wolfSSL onlyDaniel Stenberg
2017-08-28vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin
2017-08-28vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin
2017-08-28vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin
2017-08-28vtls: move sha256sum into the Curl_ssl structJohannes Schindelin
2017-08-28vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin
2017-08-28vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin
2017-02-21cyassl: fix typoJay Satiro
2017-01-12rand: make it work without TLS backingDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-05-01tls: make setting pinnedkey option fail if not supportedDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-07-02cyassl: fixed mismatched sha256sum function prototypeDan Fandrich
2015-07-01SSL: Pinned public key hash supportmoparisthebest
2015-03-28cyassl: CTX callback cosmetic changes and doc fixJay Satiro
2015-03-27cyassl: add SSL context callback support for CyaSSLKyle L. Huff
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-01-17vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme
2015-01-17vtls: Separate the SSL backend definition from the API setupSteve Holme
2014-12-30vtls: Use '(void) arg' for unused parametersSteve Holme
2014-07-31ssl: generalize how the ssl backend identifier is setDaniel Stenberg
2014-07-31cyassl: use RNG_GenerateBlock to generate a good random numberDan Fandrich
2014-07-30cyassl: use the default (weeker) randomDaniel Stenberg
2013-12-20vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg