php-gnupg/TODO.md

24 lines
931 B
Markdown
Raw Normal View History

2017-09-11 16:22:44 +00:00
# TODO list
2018-05-18 14:45:14 +00:00
- Support GnuPG 2
2017-09-11 16:22:44 +00:00
- 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
2018-05-18 14:45:14 +00:00
- 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
- 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