Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-30 | vtls: Use '(void) arg' for unused parameters | Steve Holme | |
Prefer void for unused parameters, rather than assigning an argument to itself as a) unintelligent compilers won't optimize it out, b) it can't be used for const parameters, c) it will cause compilation warnings for clang with -Wself-assign and d) is inconsistent with other areas of the curl source code. | |||
2014-09-13 | curlssl: make tls backend symbols use curlssl in the name | Daniel Stenberg | |
2014-09-13 | CURLOPT_CAPATH: return failure if set without backend support | Daniel Stenberg | |
2014-07-31 | ssl: generalize how the ssl backend identifier is set | Daniel Stenberg | |
Each backend now defines CURL_SSL_BACKEND accordingly. Added the *AXTLS one which was missing previously. | |||
2014-07-30 | polarssl: provide a (weak) random function | Daniel Stenberg | |
This now provides a weak random function since PolarSSL doesn't have a quick and easy way to provide a good one. It does however provide the framework to make one so it _can_ and _should_ be done... | |||
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg | |