Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-25 | cyassl: Prefer 'CURLcode result' for curl result codes | Steve Holme | |
2014-10-24 | SSL: Remove SSLv3 from SSL default due to POODLE attack | Jay Satiro | |
- Remove SSLv3 from SSL default in darwinssl, schannel, cyassl, nss, openssl effectively making the default TLS 1.x. axTLS is not affected since it supports only TLS, and gnutls is not affected since it already defaults to TLS 1.x. - Update CURLOPT_SSLVERSION doc | |||
2014-07-31 | cyassl: fix the test for ASN_NO_SIGNER_E | Dan Fandrich | |
It's an enum so a macro test won't work. The CyaSSL changelog doesn't say exactly when this error code was introduced, but it's likely to be 2.7.0. | |||
2014-07-31 | cyassl: use RNG_GenerateBlock to generate a good random number | Dan Fandrich | |
2014-07-30 | cyassl: made it compile with version 2.0.6 again | Daniel Stenberg | |
ASN_NO_SIGNER_E didn't exist back then! | |||
2014-07-23 | cyassl.c: return the correct error code on no CA cert | Dan Fandrich | |
CyaSSL 3.0.0 returns a unique error code if no CA cert is available, so translate that into CURLE_SSL_CACERT_BADFILE when peer verification is requested. | |||
2014-04-23 | cyassl: Use error-ssl.h when available | Dan Fandrich | |
Versions since at least 2.9.4 renamed error.h to error-ssl.h, so use whichever one is available. | |||
2013-12-26 | vtls: Updated comments referencing sslgen.c and ssluse.c | Steve Holme | |
2013-12-26 | vtls: Fixed up include of vtls.h | Steve Holme | |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg | |