From a9ed19285a8c0b980a6bea8446787ae27a99c1c9 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Fri, 3 Jul 2026 14:36:13 +0200 Subject: [PATCH] pv: download_first_crl_from_x509: Fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The comment mentions certificate but it's a certificate revocation list (CRL). In addition, use 1200 bytes as vector capacity as the comment says 1200. Signed-off-by: Marc Hartmayer Reviewed-by: Steffen Eiden Signed-off-by: Jan Höppner --- rust/pv/src/verify/helper.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/pv/src/verify/helper.rs b/rust/pv/src/verify/helper.rs index 12f3aca3..feb42791 100644 --- a/rust/pv/src/verify/helper.rs +++ b/rust/pv/src/verify/helper.rs @@ -323,8 +323,8 @@ pub fn download_first_crl_from_x509(cert: &X509Ref) -> Result