mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-01-11 19:09:35 +00:00
Remove TODO.md
All the main TODO items should go to GH issues and my personal TODO is in https://github.com/bukka/php-todo/blob/master/php-gnupg.md
This commit is contained in:
parent
b0b84c5ac1
commit
90974437d8
1 changed files with 0 additions and 22 deletions
22
TODO.md
22
TODO.md
|
|
@ -1,22 +0,0 @@
|
|||
# TODO list
|
||||
|
||||
- Update PHP.net documentation - including changes in 1.5.0
|
||||
- Add CI for running tests
|
||||
- Fix mem leak for encrypting empty key
|
||||
- https://github.com/php-gnupg/php-gnupg/issues/37
|
||||
- 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`
|
||||
Loading…
Add table
Add a link
Reference in a new issue