From: Daniel P. Berrangé Date: Tue, 11 Jun 2024 12:24:15 +0000 (+0100) Subject: news: document new virt-host-validate impl X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=216d932f3f0254763b78139d794b4bb71c0a8c86;p=libvirt.git news: document new virt-host-validate impl Reviewed-by: Michal Privoznik Signed-off-by: Daniel P. Berrangé --- diff --git a/NEWS.rst b/NEWS.rst index f3ca29443a..bc8acc62d4 100644 --- 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**