From 25c33d6ea3dc4f4625d1b6a8d59bf6ffb4870d0c Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 28 Jul 2012 19:12:15 +0300 Subject: [PATCH] gnupg/gpg.conf: add md5 as the last hash. --- gnupg/gpg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf index 8ff6e704..af4c6ed0 100644 --- a/gnupg/gpg.conf +++ b/gnupg/gpg.conf @@ -30,7 +30,7 @@ keyserver-options auto-key-retrieve no-include-revoked verbose import-clean use-agent # Use other SHAs than SHA1 if possible. I think that everyone who I use GPG with use enough up-to-date version to support other SHAs than SHA1. -personal-digest-preferences SHA512,SHA384,SHA256,SHA224,RIPEMD160,SHA1 +personal-digest-preferences SHA512,SHA384,SHA256,SHA224,RIPEMD160,SHA1,MD5 # Show the LONG KEYID by default and tell that it's hexadecimal string. keyid-format 0xLONG