]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Various Changes.rst fixes
authorSteffan Karger <steffan@karger.me>
Mon, 18 Apr 2016 18:25:58 +0000 (20:25 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 18 Apr 2016 18:40:57 +0000 (20:40 +0200)
This fixes some formatting issues, and updates the text for the cipher list
restriction to match the restrictions of 2.3 (rather than those of master
wrt 2.3).

Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1461003958-14726-1-git-send-email-steffan@karger.me>
URL: http://article.gmane.org/gmane.network.openvpn.devel/11467
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Changes.rst

index 40fd9df6a09b8be34e112e64ddfbd8052e69b481..1ab3013c34d580b1aed2faae3b1c29901962742b 100644 (file)
@@ -100,23 +100,28 @@ Behavioral changes
 - Do not randomize resolving of IP addresses in getaddr()
 
 
-
 Version 2.3.11
 ==============
 
 Behavioral changes
 ------------------
 
-- Stricter default TLS cipher list (override with ``--tls-cipher``), that now
-  also disables:
+- Stricter default TLS cipher list: disable various old/weak ciphers.
 
-  * Non-ephemeral key exchange using static (EC)DH keys
-  * DSS private keys
+  This can lead to 'no shared cipher' errors if one of the peers only accepts
+  the older/weaker ciphers.  Check your ``--tls-cipher`` settings if this is
+  the case.  Disabled ciphers:
 
+  * Export ciphers (these are broken on purpose...)
+  * Ciphers in the LOW and MEDIUM security cipher list of OpenSSL.
+    The LOW group contains ciphers that are considered insecure (such as DES),
+    and will be completely removed from OpenSSL in 1.1.0, the MEDIUM group
+    contains less-secure ciphers like RC4 and SEED.
+  * Ciphers that were not supported by OpenVPN anyway (cleans up the list)
 
 
 Version 2.3.10
-=============
+==============
 
 New features
 ------------
@@ -126,7 +131,7 @@ New features
 Behavioral changes
 ------------------
 
-- PolarSSL support changed from PolarSSL v1.2 to PolarSSL v1.3, 
+- PolarSSL support changed from PolarSSL v1.2 to PolarSSL v1.3,
   as v1.2 is end-of-support 2015-12-31.
 
 - fall back to using interface names for netsh.exe calls on