From c95292b9125be6924c3412538a30bfef8d762300 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 13 Nov 2016 16:21:30 +0100 Subject: [PATCH] Update README with some GnuPG 2.1 support info --- plugins/enigma/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/enigma/README b/plugins/enigma/README index feeb4c7aa..15df26caa 100644 --- a/plugins/enigma/README +++ b/plugins/enigma/README @@ -24,7 +24,7 @@ Implemented features: TODO: ----- -- Handling of big messages with temp files +- Handling of big messages with temp files (? - security) - Key info in contact details page (optional) - Extended key management: - disable, @@ -36,7 +36,7 @@ TODO: - Search filter to see invalid/expired keys - Key server(s) support (upload, refresh) - Mark keys as trusted/untrasted, display appropriate message in verify/decrypt status -- Support for multi-server installations (store keys in sql database?) +- Support for multi-server installations (store keys in sql database? probably impossible with GnuPG 2.1) - Performance improvements: - cache decrypted message key id so we can skip decryption if we have no password in session - cache (last or successful only?) sig verification status to not verify on every msg preview (optional) @@ -51,9 +51,9 @@ TODO: KNOWN ISSUES: ------------- -There are some know issues with accepting key passphrases on various +There are some known issues with accepting key passphrases on various system configurations. This is caused by issues in PinEntry handling. Make sure that vendor/bin/crypt-gpg-pinentry works from command line. +Note that pinentry is used with gpg >= 2.0 and <= 2.1.12. Possible reasons: -- non-supported GnuPG version, i.e. >= 2.1 - non-working loader in shebang (#! /usr/bin/env php)