How do I verify the integrity of ClamAV sources?
• Using GnuPG you can easily verify the authenticity of your stable release downloads by using the following method: Download Tomasz Kojm’s key from the clamav.net site. Import the key into your local public keyring: $ gpg –import tkojm.gpg. Download the stable release AND the corresponding .sig file to the same directory. Verify that the stable release download is signed with Tomasz Kojm’s key: $ gpg –verify clamav-X.XX.tar.gz.sig . Please note that the resulting output MUST contain the following!! Good signature from Tomasz Kojm.