]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: document new virt-host-validate impl
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 11 Jun 2024 12:24:15 +0000 (13:24 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 13 Jun 2024 09:23:23 +0000 (10:23 +0100)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
NEWS.rst

index f3ca29443a3ee2bfaa3ced57816f719379c3f856..bc8acc62d486f89c99b206254834b67873e270dd 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,13 @@ v10.5.0 (unreleased)
 
 * **Improvements**
 
+  * tools: virt-pki-validate has been rewritten in C
+
+    The ``virt-pki-validate`` shell script has been rewritten as a C program,
+    providing an output format that matches ``virt-host-validate``, removing
+    the dependency on ``certtool`` and providing more comprehensive checks
+    of the certificate properties.
+
 * **Bug fixes**