]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention change of default for TLS certificate verification
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 Nov 2020 14:24:51 +0000 (15:24 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 16 Nov 2020 13:11:56 +0000 (14:11 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 98303432f0bf36b6cd3c0aa6748ce50aaf934717..e21d750f460a27383dbcd4690f796e50cbc0be56 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -11,6 +11,17 @@ For a more fine-grained view, use the `git log`_.
 v6.10.0 (unreleased)
 ====================
 
+* **Security**
+
+  * qemu: Enable client TLS certificate validation by default for ``chardev``,
+    ``migration``, and ``backup`` servers.
+
+  The default value if qemu.conf options ``chardev_tls_x509_verify``,
+  ``migrate_tls_x509_verify``, or  ``backup_tls_x509_verify`` are not specified
+  explicitly in the config file and also the ``default_tls_x509_verify`` config
+  option is missing are now '1'. This ensures that only legitimate clients
+  access servers, which don't have any additional form of authentication.
+
 * **New features**
 
   * hyperv: implement new APIs