From 30cf6284db5b5bedb460293fa456cc80b4cc5be4 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 23 Nov 2020 15:40:59 -0500 Subject: Update TLS docs --- doc/api_ref/tls.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/api_ref/tls.rst b/doc/api_ref/tls.rst index 8ed214eb8..e4d497a1a 100644 --- a/doc/api_ref/tls.rst +++ b/doc/api_ref/tls.rst @@ -854,8 +854,7 @@ policy settings from a file. Also allowed: "AES-256", "AES-128", "AES-256/CCM", "AES-128/CCM", "AES-256/CCM(8)", "AES-128/CCM(8)", - "Camellia-256/GCM", "Camellia-128/GCM", "ARIA-256/GCM", "ARIA-128/GCM", - "Camellia-256", "Camellia-128" + "Camellia-256/GCM", "Camellia-128/GCM", "ARIA-256/GCM", "ARIA-128/GCM" Also allowed (though currently experimental): "AES-128/OCB(12)", "AES-256/OCB(12)" @@ -863,7 +862,7 @@ policy settings from a file. In versions up to 2.8.0, the CBC and CCM ciphersuites "AES-256", "AES-128", "AES-256/CCM" and "AES-128/CCM" were enabled by default. - Also allowed (although **not recommended**): "SEED", "3DES" + Also allowed (although **not recommended**): "3DES" .. note:: @@ -877,7 +876,7 @@ policy settings from a file. .. note:: - SEED and 3DES are deprecated and will be removed in a future release. + All CBC ciphersuites are deprecated and will be removed in a future release. .. cpp:function:: std::vector allowed_macs() const -- cgit v1.2.3