mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
21 lines
857 B
Markdown
21 lines
857 B
Markdown
# TODO list
|
|
|
|
- Fix build error with gpgme 1.4.0 - https://bugs.php.net/bug.php?id=81004&edit=1
|
|
- Support PHP 8.1
|
|
- Update PHP.net documentation - including changes in 1.5.0
|
|
- Fix / review and test PR of decryption with multiple keys
|
|
- https://github.com/php-gnupg/php-gnupg/pull/33
|
|
- Add support for exporting multiple keys using `gpgme_op_export_ext`
|
|
- 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
|
|
- Add `can_encrypt`, `can_sign`, `can_certify` and `can_authenticate` to the main key
|
|
- Add user signatures
|
|
- Add missing tests for following functions:
|
|
- `gnupg_geterror`
|
|
- `gnupg_getprotocol`
|
|
- `gnupg_clearsignkeys`
|
|
- `gnupg_clearencryptkeys`
|
|
- `gnupg_cleardecryptkeys`
|
|
- `gnupg_gettrustlist`
|