From 73459ae6e45bd673e2d8bad3ec2465e606146813 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 8 Apr 2021 16:53:35 +0300 Subject: [PATCH] Updated gpg with AEAD --- gnupg/.gnupg/gpg-agent.conf | 2 +- gnupg/.gnupg/gpg.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gnupg/.gnupg/gpg-agent.conf b/gnupg/.gnupg/gpg-agent.conf index 6750342..2216402 100644 --- a/gnupg/.gnupg/gpg-agent.conf +++ b/gnupg/.gnupg/gpg-agent.conf @@ -1,2 +1,2 @@ -pinentry-program /usr/local/bin/pinentry-curses +pinentry-program /home/stargrave/local/bin/pinentry-curses default-cache-ttl 14400 diff --git a/gnupg/.gnupg/gpg.conf b/gnupg/.gnupg/gpg.conf index ee2d8c7..3f0d89e 100644 --- a/gnupg/.gnupg/gpg.conf +++ b/gnupg/.gnupg/gpg.conf @@ -11,6 +11,7 @@ photo-viewer sxiv %i trust-model tofu+pgp auto-key-locate dane wkd hkp://pool.sks-keyservers.net local +personal-aead-preferences OCB EAX personal-cipher-preferences TWOFISH AES256 CAMELLIA256 AES192 CAMELLIA192 AES CAMELLIA128 CAST5 BLOWFISH IDEA 3DES personal-digest-preferences SHA512 SHA384 SHA256 SHA224 RIPEMD160 SHA1 personal-compress-preferences ZLIB ZIP BZIP2 Uncompressed -- 2.44.0