aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/CHECKLIST
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/js/CHECKLIST18
-rw-r--r--lang/js/CHECKLIST_build6
2 files changed, 11 insertions, 13 deletions
diff --git a/lang/js/CHECKLIST b/lang/js/CHECKLIST
index 79a35cb7..49b17265 100644
--- a/lang/js/CHECKLIST
+++ b/lang/js/CHECKLIST
@@ -3,16 +3,19 @@ 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
+ [*] 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)
+ [x] encrypt
+ [ ] verify
+ [ ] sign
+ [*] Key handling (import/export, modifying, status queries)
[ ] Configuration handling
[ ] check for completeness
- [ ] handling of differences to openpgpjs
+ [*] handling of differences to openpgpjs
Communication with other implementations
@@ -21,10 +24,5 @@ Communication with other implementations
Management:
[*] Define the gpgme interface
[ ] check Permissions (e.g. csp) for the different envs
- [ ] agree on license
+ [X] 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
diff --git a/lang/js/CHECKLIST_build b/lang/js/CHECKLIST_build
index fa162a10..19eb2146 100644
--- a/lang/js/CHECKLIST_build
+++ b/lang/js/CHECKLIST_build
@@ -4,6 +4,6 @@ browsers' manifests (see README) need allowedextension added, and the path set
manifest.json/ csp needs adaption
-/dist contains a current build which is used by example app.
-We may either want to update it on every commit, or never at all, but not
-inconsistently.
+/dist should be built which is used by the example app.
+
+csp in manifest.json MUST NOT contain "unsafe-eval" in production!