aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/curl_darwinssl.h
AgeCommit message (Collapse)Author
2014-07-30vtls: make the random function mandatory in the TLS backendDaniel 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-20vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg