From fa875455c5d9020356f83f8f61421f2b6ec170be Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Mon, 16 Dec 2024 09:27:47 -0500 Subject: [PATCH] Another tweak to the verbiage when verifying MD5-based RSA key --- libclamav_rust/src/cvd.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libclamav_rust/src/cvd.rs b/libclamav_rust/src/cvd.rs index 31e6375ca3..1ee5fc15e2 100644 --- a/libclamav_rust/src/cvd.rs +++ b/libclamav_rust/src/cvd.rs @@ -468,8 +468,8 @@ impl CVD { // Fall back to verifying with the MD5-based attached RSA digital signature match self.verify_rsa_dsig() { Ok(()) => { - debug!("CVD verified successfully with Talos MD5-based RSA digital signature"); - Ok("Cisco Talos MD5-Based RSA Digital Signature".to_string()) + debug!("CVD verified successfully with Legacy ClamAV RSA Public Key"); + Ok("Legacy ClamAV RSA Public Key".to_string()) } Err(e) => { warn!(