Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-03 | code: style updates | Daniel Stenberg | |
2016-04-03 | unit: make unit test source code checksrc compliant | Daniel Stenberg | |
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg | |
SSLeay was the name of the library that was subsequently turned into OpenSSL many moons ago (1999). curl does not work with the old SSLeay library since years. This is now reflected by only using USE_OPENSSL in code that depends on OpenSSL. | |||
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat | |
2014-03-26 | test1397: Fixed compilation with some SSL backends | Dan Fandrich | |
The test is only valid when one of four SSL backends is in use, and must otherwise return success. | |||
2014-03-25 | test1397: unit test for certificate name wildcard handling | Richard J. Moore | |