mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-21 22:17:09 +00:00
1 KiB
1 KiB
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
- https://github.com/php-gnupg/php-gnupg/issues/7
- Return decrypt result if extra param supplied (including recipients)
- Add parameter to
gnupg_keyinfo
to usesecret_only
ongpgme_op_keylist_start
- Extend
gnupg_keyinfo
subkey result withpubkey_algo
andlength
- Add support for exporting multiple keys using
gpgme_op_export_ext
- 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