diff options
Diffstat (limited to 'lang/js/CHECKLIST')
| -rw-r--r-- | lang/js/CHECKLIST | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lang/js/CHECKLIST b/lang/js/CHECKLIST new file mode 100644 index 00000000..75664ae5 --- /dev/null +++ b/lang/js/CHECKLIST @@ -0,0 +1,28 @@ +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, decrypt verify, sign) + [x] encrypt, decrypt + [ ] 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 + [x] check Permissions (e.g. csp) for the different envs + [X] agree on license + [*] tests |
