Age | Commit message (Expand) | Author |
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 |
2014-08-05 | Curl_ossl_version: adapted to detect BoringSSL | Daniel Stenberg |
2014-08-04 | Curl_ossl_version: detect and show libressl | Daniel Stenberg |
2014-08-03 | gtls: only define Curl_gtls_seed if Nettle is not being used | Dan Fandrich |
2014-08-03 | ssl: provide Curl_ssl_backend even if no SSL library is available | Dan Fandrich |
2014-08-01 | openssl: make ossl_send return CURLE_OK better | Daniel Stenberg |
2014-07-31 | schannel: use CryptGenRandom for random numbers | Marcel Raad |
2014-07-31 | ssl: generalize how the ssl backend identifier is set | Daniel Stenberg |
2014-07-31 | axtls: define curlssl_random using axTLS's PRNG | Dan Fandrich |
2014-07-31 | cyassl: fix the test for ASN_NO_SIGNER_E | Dan Fandrich |
2014-07-31 | cyassl: use RNG_GenerateBlock to generate a good random number | Dan Fandrich |
2014-07-30 | vtls: repair build without TLS support | Daniel Stenberg |
2014-07-30 | polarssl: provide a (weak) random function | Daniel Stenberg |
2014-07-30 | cyassl: use the default (weeker) random | Daniel Stenberg |
2014-07-30 | cyassl: made it compile with version 2.0.6 again | Daniel Stenberg |
2014-07-30 | vtls: make the random function mandatory in the TLS backend | Daniel Stenberg |
2014-07-28 | nss: do not check the version of NSS at run time | Kamil Dudka |
2014-07-23 | cyassl.c: return the correct error code on no CA cert | Dan Fandrich |
2014-07-15 | gnutls: fix compiler warning | Daniel Stenberg |
2014-07-14 | gnutls: detect lack of SRP support in GnuTLS at run-time and try without | Dan Fandrich |
2014-07-14 | gnutls: handle IP address in cert name check | David Woodhouse |
2014-07-13 | gnutls: improved error message if setting cipher list fails | Dan Fandrich |
2014-07-12 | gnutls: fixed a couple of uninitialized variable references | Dan Fandrich |
2014-07-12 | gnutls: fixed compilation against versions < 2.12.0 | Dan Fandrich |