Maximilian Krambach
d8fd4aad8a
js: changed verify signature result infos
...
--
* the resulting information of verify now are as documented,
and the same as in a decrypt callback
2018-08-22 12:44:05 +02:00
Maximilian Krambach
dd32daad0b
js: add and apply eslint rules
...
--
* mainly spacing, see .eslintrc.json for details
2018-08-20 15:12:01 +02:00
Maximilian Krambach
b18b96fb36
js: clean up test extension
...
--
Tests will now run with one instance of gpgmejs each block,
which reduces overhead. Readability is (hopefully) improved),
some negative tests are added.
There is still a performance problem in base64 encoding/decoding,
which causes some tests to fail due to time out.
2018-07-27 11:20:33 +02:00
Maximilian Krambach
a965e3e0b8
js: repair BrowserTextExtension test
...
--
* the signed message to verify was signed by a wrong test key
2018-07-20 10:59:57 +02:00
Maximilian Krambach
8964627f6a
js: fix verify result reporting
...
--
* src/Signature.js: searching for overall validity in the "summary"
property
* BrowsertestExtension: Added two verify tests
2018-07-09 11:57:01 +02:00