gpgme/lang/js/CHECKLIST
raimund.renkert@intevation.de eef3a509fa
js: Initial commit for JavaScript Native Messaging API
--

Note this code misses all the legal boilerplate; please add this as
soon as possible and provide a DCO so we can merge it into master.

I also removed the dist/ directory because that was not source code.
2018-04-10 18:47:59 +02:00

31 lines
968 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)
[ ] 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
[ ] agree on license
[ ] tests
Problems:
[X] gpgme-json: interactive mode vs. bytelength; filename
[X] nativeApp chokes on arrays. We will get rid of that bnativeapp anyhow