From 99e63e50ab6bb61e3fb12c2d807a4b4ec7c863e7 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 15 Jul 2018 19:44:25 +0100 Subject: [PATCH] Update TODO list - remove implemented engine info setting --- TODO.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO.md b/TODO.md index d20e81b..84bdae4 100644 --- a/TODO.md +++ b/TODO.md @@ -3,9 +3,6 @@ - Support GnuPG 2 - Introduce gnupg_geterrorinfo with more info about the error - including error message from gpgme -- Allow setting engine info on object construction - - Add __construct / res init with gpgme_ctx_set_engine_info - - https://github.com/php-gnupg/php-gnupg/issues/7 - Return decrypt result if extra param supplied (including recipients) - https://github.com/php-gnupg/php-gnupg/pull/12 - Add parameter to `gnupg_keyinfo` to use `secret_only` on `gpgme_op_keylist_start`