Age | Commit message (Expand) | Author |
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 |
2014-05-16 | axtls: Add a TODO to a potential blocking call with no timeout | Dan Fandrich |
2014-05-15 | CURLINFO_SSL_VERIFYRESULT: assign at first connect call | Daniel Stenberg |
2014-05-15 | darwinssl: Updated copyright following recent changes | Steve Holme |
2014-05-14 | darwinssl: fix potential crash when attempting to copy an identity | Nick Zitzmann |
2014-05-12 | openssl: unbreak PKCS12 support | Daniel Stenberg |
2014-05-05 | schannel: don't use the connect-timeout during send | Daniel Stenberg |
2014-05-04 | openssl: biomem->data is not zero terminated | Daniel Stenberg |
2014-04-25 | nss: propagate blocking direction from NSPR I/O | Kamil Dudka |
2014-04-23 | cyassl: Use error-ssl.h when available | Dan Fandrich |
2014-04-22 | gtls: fix NULL pointer dereference | Daniel Stenberg |
2014-04-22 | nss: implement non-blocking SSL handshake | Kamil Dudka |
2014-04-22 | nss: split Curl_nss_connect() into 4 functions | Kamil Dudka |
2014-04-18 | curl_schannel.c: added explicit cast of structure pointers | Marc Hoersken |
2014-04-18 | curl_schannel.c: fix possible dereference of null pointer | Marc Hoersken |
2014-04-03 | http2+openssl: fix compiler warnings in ALPN using code | Daniel Stenberg |
2014-03-31 | http2: let openssl mention the exact protocol negotiated | Daniel Stenberg |
2014-03-31 | http2: remove _DRAFT09 from the NPN_HTTP2 enum | Daniel Stenberg |
2014-03-22 | polarssl: avoid extra newlines in debug messages | Gisle Vanem |
2014-03-18 | polarssl: break compatibility with version older than 1.3. | Gaël PORTAY |
2014-03-18 | polarssl: drop use of 1.2 compatibility header. | Gaël PORTAY |
2014-03-18 | polarssl: added missing end-of-comment from previous commit | Daniel Stenberg |
2014-03-17 | polarssl: now require 1.3.0+ | Daniel Stenberg |
2014-03-17 | polarssl: fix compilation | hasufell |
2014-03-15 | nss: allow to enable/disable new AES GCM cipher-suites | Kamil Dudka |
2014-03-15 | nss: allow to enable/disable new HMAC-SHA256 cipher-suites | Kamil Dudka |
2014-03-15 | nss: do not enable AES cipher-suites by default | Kamil Dudka |
2014-03-10 | openssl: info massage with SSL version used | Daniel Stenberg |
2014-03-03 | NSS: avoid compiler warnings when built without http2 support | Daniel Stenberg |
2014-02-25 | Merge pull request #93 from d235j/darwinssl_ip_address_fix | nickzman |
2014-02-24 | curl_schannel.c: Updated copyright years | Marc Hoersken |
2014-02-24 | winssl: Enable hostname verification of IP address using SAN or CN | David Ryskalczyk |