Age | Commit message (Expand) | Author |
2015-01-09 | NSS: fix compiler error when built http2-enabled | Daniel Stenberg |
2014-12-28 | vtls: Fixed compilation warning and an ignored return code | Steve Holme |
2014-12-27 | nss: Don't ignore Curl_extract_certinfo() OOM failure | Steve Holme |
2014-12-27 | nss: Don't ignore Curl_ssl_init_certinfo() OOM failure | Steve Holme |
2014-12-27 | nss: Use 'CURLcode result' for curl result codes | Steve Holme |
2014-12-09 | http2: avoid logging neg "failure" if h2 was not requested | Daniel Stenberg |
2014-10-29 | nss: drop the code for libcurl-level downgrade to SSLv3 | Kamil Dudka |
2014-10-24 | SSL: Remove SSLv3 from SSL default due to POODLE attack | Jay Satiro |
2014-10-20 | nss: reset SSL handshake state machine | Kamil Dudka |
2014-10-08 | nss: do not fail if a CRL is already cached | Kamil Dudka |
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-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-04-25 | nss: propagate blocking direction from NSPR I/O | Kamil Dudka |
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-03-31 | http2: remove _DRAFT09 from the NPN_HTTP2 enum | Daniel Stenberg |
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-03 | NSS: avoid compiler warnings when built without http2 support | Daniel Stenberg |
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-01-29 | nss: do not use the NSS_ENABLE_ECC define | Kamil Dudka |
2014-01-29 | nss: do not fail if NSS does not implement a cipher | Kamil Dudka |
2013-12-26 | vtls: Updated comments referencing sslgen.c and ssluse.c | Steve Holme |
2013-12-26 | vtls: Fixed up include of vtls.h | Steve Holme |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg |