[PATCH] news: document new virt-host-validate impl

Daniel P. Berrangé posted 1 patch 4 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20240611122442.985987-1-berrange@redhat.com
NEWS.rst | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] news: document new virt-host-validate impl
Posted by Daniel P. Berrangé 4 months, 1 week ago
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 NEWS.rst | 7 +++++++
 1 file changed, 7 insertions(+)

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**
 
 
-- 
2.45.1
Re: [PATCH] news: document new virt-host-validate impl
Posted by Michal Prívozník 4 months, 1 week ago
On 6/11/24 14:24, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  NEWS.rst | 7 +++++++
>  1 file changed, 7 insertions(+)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal