Age | Commit message (Expand) | Author |
2016-02-10 | nss: search slash in forward direction in dup_nickname() | Kamil Dudka |
2016-02-10 | nss: do not count enabled cipher-suites | Kamil Dudka |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg |
2015-09-19 | ssl: add server cert's "sha256//" hash to verbose | Daniel Hwang |
2015-09-18 | nss: prevent NSS from incorrectly re-using a session | Kamil Dudka |
2015-09-18 | nss: check return values of NSS functions | Kamil Dudka |
2015-09-04 | nss: do not directly access SSL_ImplementedCiphers[] | Kamil Dudka |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest |
2015-04-27 | nss: fix compilation failure with old versions of NSS | Paul Howarth |
2015-04-22 | nss: implement public key pinning for NSS backend | Kamil Dudka |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-21 | nss: error: unused variable 'connssl' | Daniel Stenberg |
2015-03-20 | nss: add support for TLS False Start | Alessandro Ghedini |
2015-03-18 | nss: explicitly tell NSS to disable NPN/ALPN | Kamil Dudka |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-07 | http2: use CURL_HTTP_VERSION_* symbols instead of NPN_* | Daniel Stenberg |
2015-03-07 | nss: make it possible to enable ALPN/NPN without HTTP2 | Alessandro Ghedini |
2015-03-03 | vtls: use curl_printf.h all over | Daniel Stenberg |
2015-02-25 | nss: do not skip Curl_nss_seed() if data is NULL | Kamil Dudka |
2015-02-25 | nss: improve error handling in Curl_nss_random() | Kamil Dudka |
2015-02-19 | nss: fix NPN/ALPN protocol negotiation | Alessandro Ghedini |
2015-01-17 | vtls: Removed unimplemented overrides of curlssl_close_all() | Steve Holme |
2015-01-16 | nss: add support for the Certificate Status Request TLS extension | Alessandro Ghedini |
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 |