From a6a6080e0b04751b6abb15d416626be43567a1b3 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 6 Feb 2013 18:23:01 +0000 Subject: Prefer RC4 over AES. Gak. --- doc/relnotes/1_11_2.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/relnotes') diff --git a/doc/relnotes/1_11_2.rst b/doc/relnotes/1_11_2.rst index 88d161d23..95a86cbdf 100644 --- a/doc/relnotes/1_11_2.rst +++ b/doc/relnotes/1_11_2.rst @@ -1,6 +1,10 @@ Version 1.11.2, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* The default TLS policy formerly preferred AES over RC4, and allowed + 3DES by default. Now the default policy is to negotiate only either + AES or RC4, and to prefer RC4. + * The new filter :cpp:class:`Threaded_Fork` acts like a normal :cpp:class:`Fork,` sending its input to a number of different filters, but each subchain of filters in the fork runs in its own -- cgit v1.2.3