Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-08 | schannel: Fixed compilation warning in vtls.c | Steve Holme | |
vtls.c:688:43: warning: unused parameter 'data' | |||
2014-07-31 | schannel: use CryptGenRandom for random numbers | Marcel Raad | |
This function is available for every Windows version since Windows 95/NT. reference: http://msdn.microsoft.com/en-us/library/windows/desktop/aa379942.aspx | |||
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. | |||
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg | |