Age | Commit message (Expand) | Author |
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 |
2014-07-12 | gnutls: explicitly added SRP to the priority string | Dan Fandrich |
2014-07-11 | gnutls: ignore invalid certificate dates with VERIFYPEER disabled | Dan Fandrich |
2014-07-04 | nss: make the list of CRL items global | Kamil Dudka |
2014-07-04 | nss: fix a memory leak when CURLOPT_CRLFILE is used | Kamil Dudka |
2014-07-04 | nss: make crl_der allocated on heap | Kamil Dudka |
2014-07-04 | nss: let nss_{cache,load}_crl return CURLcode | Kamil Dudka |
2014-07-02 | nss: make the fallback to SSLv3 work again | Kamil Dudka |
2014-07-02 | nss: do not abort on connection failure | Kamil Dudka |
2014-06-11 | NTLM: set a fake entropy for debug builds with CURL_ENTROPY set | Daniel Stenberg |
2014-06-11 | Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set | Steve Holme |
2014-06-03 | Curl_ossl_init: call OPENSSL_config for initing engines | Daniel Stenberg |
2014-05-28 | gnutls: allow building with nghttp2 but without ALPN support | Daniel Stenberg |
2014-05-28 | gnutls: don't use deprecated type names anymore | Alessandro Ghedini |
2014-05-25 | polarssl: add ALPN support | Fabian Frank |
2014-05-23 | openssl: Fix uninitialized variable use in NPN callback | Tatsuhiro Tsujikawa |
2014-05-21 | darwinssl: fix lint & build warnings in the previous commit | Nick Zitzmann |
2014-05-21 | Add support for --cacert in DarwinSSL. | Vilmos Nebehaj |
2014-05-20 | ALPN: fix typo in http/1.1 identifier | Fabian Frank |
2014-05-17 | axtls: Fixed too long source line | Dan Fandrich |