php-gnupg/TODO.md

23 lines
877 B
Markdown
Raw Permalink Normal View History

2017-09-11 16:22:44 +00:00
# TODO list
2021-08-15 20:30:55 +00:00
- Update PHP.net documentation - including changes in 1.5.0
2022-01-02 21:07:23 +00:00
- Add CI for running tests
- Fix mem leak for encrypting empty key
- https://github.com/php-gnupg/php-gnupg/issues/37
2021-08-15 20:30:55 +00:00
- Fix / review and test PR of decryption with multiple keys
- https://github.com/php-gnupg/php-gnupg/pull/33
2018-05-18 14:45:14 +00:00
- Add support for exporting multiple keys using `gpgme_op_export_ext`
- https://github.com/php-gnupg/php-gnupg/issues/10
2021-08-15 20:30:55 +00:00
- Return decrypt result if extra param supplied (including recipients)
- https://github.com/php-gnupg/php-gnupg/pull/12
2019-08-18 15:23:05 +00:00
- Extend keyinfo
- Add `can_encrypt`, `can_sign`, `can_certify` and `can_authenticate` to the main key
- Add user signatures
2018-05-18 14:45:14 +00:00
- Add missing tests for following functions:
- `gnupg_geterror`
- `gnupg_getprotocol`
- `gnupg_clearsignkeys`
- `gnupg_clearencryptkeys`
- `gnupg_cleardecryptkeys`
- `gnupg_gettrustlist`