Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-28 | vtls: Fixed compilation warning and an ignored return code | Steve Holme | |
curl_schannel.h:123: warning: right-hand operand of comma expression has no effect Some instances of the curlssl_close_all() function were declared with a void return type whilst others as int. The schannel version returned CURLE_NOT_BUILT_IN and others simply returned zero, but in all cases the return code was ignored by the calling function Curl_ssl_close_all(). For the time being and to keep the internal API consistent, changed all declarations to use a void return type. To reduce code we might want to consider removing the unimplemented versions and use a void #define like schannel does. | |||
2014-10-13 | gskit: supply dummy randomization function | Patrick Monnerat | |
2014-09-13 | vtls: have the backend tell if it supports CERTINFO | 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. | |||
2013-12-26 | vtls: Updated comments referencing sslgen.c and ssluse.c | Steve Holme | |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg | |