aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/cyassl.h
AgeCommit message (Collapse)Author
2014-07-31ssl: generalize how the ssl backend identifier is setDaniel Stenberg
Each backend now defines CURL_SSL_BACKEND accordingly. Added the *AXTLS one which was missing previously.
2014-07-31cyassl: use RNG_GenerateBlock to generate a good random numberDan Fandrich
2014-07-30cyassl: use the default (weeker) randomDaniel Stenberg
I couldn't find any dedicated function in its API to get a "good" random with.
2013-12-20vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg