Update TODO list

This commit is contained in:
Jakub Zelenka 2021-08-15 21:30:55 +01:00
parent 866c3b47a3
commit 01de6c20dc

13
TODO.md
View file

@ -1,12 +1,13 @@
# TODO list # TODO list
- Support GnuPG 2 - Fix build error with gpgme 1.4.0 - https://bugs.php.net/bug.php?id=81004&edit=1
- Introduce gnupg_geterrorinfo with more info about the error - Update PHP.net documentation - including changes in 1.5.0
- including error message from gpgme - Fix / review and test PR of decryption with multiple keys
- Return decrypt result if extra param supplied (including recipients) - https://github.com/php-gnupg/php-gnupg/pull/33
- https://github.com/php-gnupg/php-gnupg/pull/12
- Add support for exporting multiple keys using `gpgme_op_export_ext` - Add support for exporting multiple keys using `gpgme_op_export_ext`
- https://github.com/php-gnupg/php-gnupg/issues/10 - https://github.com/php-gnupg/php-gnupg/issues/10
- Return decrypt result if extra param supplied (including recipients)
- https://github.com/php-gnupg/php-gnupg/pull/12
- Extend keyinfo - Extend keyinfo
- Add `can_encrypt`, `can_sign`, `can_certify` and `can_authenticate` to the main key - Add `can_encrypt`, `can_sign`, `can_certify` and `can_authenticate` to the main key
- Add user signatures - Add user signatures
@ -17,5 +18,3 @@
- `gnupg_clearencryptkeys` - `gnupg_clearencryptkeys`
- `gnupg_cleardecryptkeys` - `gnupg_cleardecryptkeys`
- `gnupg_gettrustlist` - `gnupg_gettrustlist`
- Create new README.md
- Update PHP.net documentation