Age | Commit message (Expand) | Author |
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 |
2014-02-23 | Don't omit CN verification in DarwinSSL when an IP address is used. | David Ryskalczyk |
2014-02-18 | axtls: comment the call ssl_read repeatedly loop | Dan Fandrich |
2014-02-16 | axtls: bump copyright year | Daniel Stenberg |
2014-02-16 | axtls: call ssl_read repeatedly | Fabian Frank |
2014-02-11 | openssl: honor --[no-]alpn|npn command line switch | Fabian Frank |
2014-02-11 | gtls: honor --[no-]alpn command line switch | Fabian Frank |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank |
2014-02-10 | nss: use correct preprocessor macro | Fabian Frank |
2014-02-07 | nss: support pre-ALPN versions | Daniel Stenberg |
2014-02-07 | nss: ALPN and NPN support | Fabian Frank |
2014-02-06 | nss: Updated copyright year for recent edits | Steve Holme |
2014-02-06 | nss: prefer highest available TLS version | Fabian Frank |
2014-02-04 | gtls: add ALPN support | Fabian Frank |
2014-02-03 | openssl: add ALPN support | Fabian Frank |
2014-01-31 | winssl: improved default SSL/TLS protocol selection | Marc Hoersken |
2014-01-30 | http2-openssl: verify that NPN functionality is present | Daniel Stenberg |