From 4b453bbb2fc7794452024673b7d8606c189ce2a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Fri, 5 Nov 2021 14:02:25 +0100 Subject: [PATCH] NEWS: document tcp_min_ssf MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Ján Tomko Reviewed-by: Michal Privoznik --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index a71b84c363..b63a0aa721 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -30,6 +30,13 @@ v7.10.0 (unreleased) Libvirt is now able to report interface information from the guest's perspective (using guest agent). + * Minimum SSF setting + + The libvirtd.conf option tcp_min_ssf can be used to override the minimum + permitted security strength factor for non-TLS remote connections. + The current hardcoded minimum is 56 (single-DES) and will be raised to 112 + in the future. Setting a minimum lower than 112 is not supported. + * **Bug fixes** -- 2.47.2