Age | Commit message (Expand) | Author |
2014-12-03 | NSS: enable the CAPATH option | Daniel Stenberg |
2014-11-24 | SSL: Add PEM format support for public key pinning | moparisthebest |
2014-11-09 | vtls.h: Fixed compiler warning when compiled without SSL | Steve Holme |
2014-11-04 | SSL: PolarSSL default min SSL version TLS 1.0 | Jay Satiro |
2014-11-02 | openssl: Use 'CURLcode result' | Steve Holme |
2014-11-01 | openssl: Use 'CURLcode result' | Steve Holme |
2014-11-01 | openssl: Use 'CURLcode result' | Steve Holme |
2014-10-30 | code cleanup: Use 'CURLcode result' | Steve Holme |
2014-10-29 | openssl: enable NPN separately from ALPN | Daniel Stenberg |
2014-10-29 | vtls.c: Fixed compilation warning | Steve Holme |
2014-10-29 | nss: drop the code for libcurl-level downgrade to SSLv3 | Kamil Dudka |
2014-10-29 | openssl: fix a line length warning | Kamil Dudka |
2014-10-29 | Fixed error message since we require ALPN support. | Guenter Knauf |
2014-10-29 | Check for ALPN via OpenSSL version number. | Guenter Knauf |
2014-10-24 | darwinssl: detect possible future removal of SSLv3 from the framework | Nick Zitzmann |
2014-10-24 | gskit.c: remove SSLv3 from SSL default. | Patrick Monnerat |
2014-10-24 | gskit.c: use 'CURLcode result' | Patrick Monnerat |
2014-10-24 | SSL: Remove SSLv3 from SSL default due to POODLE attack | Jay Satiro |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-23 | gnutls: removed dead code | Daniel Stenberg |
2014-10-23 | Curl_rand: Uninitialized variable: r | Daniel Stenberg |
2014-10-20 | nss: reset SSL handshake state machine | Kamil Dudka |
2014-10-14 | Implement pinned public key in GSKit backend | Patrick Monnerat |
2014-10-13 | pinning: minor code style policing | Daniel Stenberg |
2014-10-13 | Factorize pinned public key code into generic file handling and backend specific | Patrick Monnerat |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat |
2014-10-13 | gskit: supply dummy randomization function | Patrick Monnerat |
2014-10-13 | vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation | Patrick Monnerat |
2014-10-09 | vtls: have vtls.h include the backend header files | Daniel Stenberg |
2014-10-08 | nss: do not fail if a CRL is already cached | Kamil Dudka |
2014-10-07 | GnuTLS: Implement public key pinning | moparisthebest |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-10-04 | curl_schannel.c: Fixed possible memory or handle leak | Marc Hoersken |
2014-09-13 | curlssl: make tls backend symbols use curlssl in the name | Daniel Stenberg |
2014-09-13 | url: let the backend decide CURLOPT_SSL_CTX_ support | Daniel Stenberg |
2014-09-13 | vtls: have the backend tell if it supports CERTINFO | Daniel Stenberg |
2014-09-13 | CURLOPT_CAPATH: return failure if set without backend support | Daniel Stenberg |
2014-09-10 | openssl: build fix for versions < 0.9.8e | Paul Howarth |
2014-09-08 | polarassl: avoid memset() when clearing the first byte is enough | Daniel Stenberg |
2014-09-08 | polarssl: support CURLOPT_CAPATH / --capath | Catalin Patulea |
2014-09-04 | darwinssl: Use CopyCertSubject() to check CA cert. | Vilmos Nebehaj |
2014-09-01 | polarssl: implement CURLOPT_SSLVERSION | Andre Heinecke |
2014-09-01 | Check CA certificate in curl_darwinssl.c. | Vilmos Nebehaj |
2014-08-30 | Fix CA certificate bundle handling in darwinssl. | Vilmos Nebehaj |
2014-08-22 | openssl.c: Fixed longer than 79 columns | Steve Holme |
2014-08-21 | openssl.c: Fixed compilation warning | Steve Holme |
2014-08-13 | openssl: fix version report for the 0.9.8 branch | Jose Alf |
2014-08-08 | schannel: Fixed compilation warning in vtls.c | Steve Holme |
2014-08-07 | openssl: replace call to OPENSSL_config | Daniel Stenberg |
2014-08-05 | darwinssl: don't use strtok() | Toby Peterson |