Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | vtls: make the random function mandatory in the TLS backend | Daniel Stenberg | |
To force each backend implementation to really attempt to provide proper random. If a proper random function is missing, then we can explicitly make use of the default one we use when TLS support is missing. This commit makes sure it works for darwinssl, gnutls, nss and openssl. | |||
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg | |