[libvirt PATCH] NEWS: document tcp_min_ssf

Ján Tomko posted 1 patch 2 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/6d14bc6c7aefa8d50d664909321480cee7122d6f.1636117369.git.jtomko@redhat.com
NEWS.rst | 7 +++++++
1 file changed, 7 insertions(+)
[libvirt PATCH] NEWS: document tcp_min_ssf
Posted by Ján Tomko 2 years, 5 months ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 NEWS.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 983153a631..fc47c63bd2 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -24,6 +24,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.31.1

Re: [libvirt PATCH] NEWS: document tcp_min_ssf
Posted by Michal Prívozník 2 years, 5 months ago
On 11/5/21 2:02 PM, Ján Tomko wrote:
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> ---
>  NEWS.rst | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal