1f7b19512c
-- * Extensions: - Moved testapplication to Demoextension - Created BrowserTestExtension. Includes mocha and chai. For running tests that cannot be run outside a WebExtension Both Extensions can be found zipped in build/extensions after running build_extensions.sh * Code changes: - src/Config: Place for the configuration - small fixes raised during testing in Keyring.js, Message.js, - src/gpgmejs_openpgpjs.js don't offer direct GpgME object to the outside, as it only causes confusion - index.js init() now checks the config for validity * Tests: - Reordered tests in test/. - Input values are now in a separate file which may be of use for bulk testing * moved the build directory from dist to build
29 lines
889 B
Plaintext
29 lines
889 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, 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
|