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!(