aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/BrowserTestExtension/tests/verifyTest.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* js: changed verify signature result infosjavascript-bindingMaximilian Krambach2018-08-221-19/+24
| | | | | | | -- * the resulting information of verify now are as documented, and the same as in a decrypt callback
* js: add and apply eslint rulesMaximilian Krambach2018-08-201-7/+7
| | | | | | -- * mainly spacing, see .eslintrc.json for details
* js: clean up test extensionMaximilian Krambach2018-07-271-50/+49
| | | | | | | | | | | -- 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.
* js: repair BrowserTextExtension testMaximilian Krambach2018-07-201-8/+8
| | | | | | -- * the signed message to verify was signed by a wrong test key
* js: fix verify result reportingMaximilian Krambach2018-07-091-0/+86
-- * src/Signature.js: searching for overall validity in the "summary" property * BrowsertestExtension: Added two verify tests