gpgme/lang/js/CHECKLIST
Maximilian Krambach 6ab25e40d9 js: encrypt improvement and decrypt method
* Compatibility class gpgme_openpgpjs offers an API that should accept
  openpgpjs syntax, throwing errors if a parameter is unexpected/not
  implemented
* tried to be more generic in methods
* waiting for multiple answers if 'more' is in the answer
* more consistency checking on sending and receiving
* updated the example extension
--
2018-04-20 15:24:13 +02:00

29 lines
872 B
Plaintext

NativeConnection:
[X] nativeConnection: successfully sending an encrypt request,
receiving an answer
[X] nativeConnection successfull on Chromium, chrome and firefox
[*] nativeConnection successfull on Windows, macOS, Linux
[*] nativeConnection with delayed, multipart (> 1MB) answer
replicating Openpgpjs API:
[*] Message handling (encrypt, verify, sign)
[x] encrypt
[ ] verify
[ ] sign
[*] Key handling (import/export, modifying, status queries)
[ ] Configuration handling
[ ] check for completeness
[*] handling of differences to openpgpjs
Communication with other implementations
[ ] option to export SECRET Key into localstore used by e.g. mailvelope
Management:
[*] Define the gpgme interface
[ ] check Permissions (e.g. csp) for the different envs
[X] agree on license
[ ] tests