From d2045bf5f483644278035f1ffbb7d47d6f22585b Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Fri, 18 May 2018 15:45:14 +0100 Subject: [PATCH] Update TODO list --- TODO.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 747d878..d5a9825 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,25 @@ # TODO list +- 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 -- Return decrypt result if extra param supplied + - 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` + - https://github.com/php-gnupg/php-gnupg/issues/5 +- Extend `gnupg_keyinfo` subkey result with `pubkey_algo` and `length` + - https://github.com/php-gnupg/php-gnupg/issues/6 +- Add support for exporting multiple keys using `gpgme_op_export_ext` + - https://github.com/php-gnupg/php-gnupg/issues/10 +- Add missing tests for following functions: + - `gnupg_geterror` + - `gnupg_getprotocol` + - `gnupg_clearsignkeys` + - `gnupg_clearencryptkeys` + - `gnupg_cleardecryptkeys` + - `gnupg_gettrustlist` +- Create new README.md +- Update PHP.net documentation