Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/20f5599514465186cf15f87268cd28d08545c176
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/20f5599514465186cf15f87268cd28d08545c176
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/20f5599514465186cf15f87268cd28d08545c176

The branch, master has been updated
       via  20f5599514465186cf15f87268cd28d08545c176 (commit)
      from  85da9873f7c7c72e41e7392cd1479b51776d9dd5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=20f5599514465186cf15f87268cd28d08545c176
commit 20f5599514465186cf15f87268cd28d08545c176
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>

    fetchers/curl: drop non-PFS fallback ciphersuite

diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c
index ab1d978..5368983 100644
--- a/content/fetchers/curl.c
+++ b/content/fetchers/curl.c
@@ -86,8 +86,6 @@
        "EECDH+AESGCM:EDH+AESGCM:"                              \
        /* Enable PFS AES CBC suites */                         \
        "EECDH+AES:EDH+AES:"                                    \
-       /* Enable non-PFS fallback suite */                     \
-       "AES128-SHA:"                                           \
        /* Remove any PFS suites using weak DSA key exchange */ \
        "-DSS"
 


-----------------------------------------------------------------------

Summary of changes:
 content/fetchers/curl.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c
index ab1d978..5368983 100644
--- a/content/fetchers/curl.c
+++ b/content/fetchers/curl.c
@@ -86,8 +86,6 @@
        "EECDH+AESGCM:EDH+AESGCM:"                              \
        /* Enable PFS AES CBC suites */                         \
        "EECDH+AES:EDH+AES:"                                    \
-       /* Enable non-PFS fallback suite */                     \
-       "AES128-SHA:"                                           \
        /* Remove any PFS suites using weak DSA key exchange */ \
        "-DSS"
 


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to