aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/BrowserTestExtension/tests/decryptTest.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* js: update decrypt/verify resultsMaximilian Krambach2018-08-211-0/+16
| | | | | | | | | | -- * src/gpgmejs.js: Decrypt now parses additional optional dec_info information, as well as any verify information, if present * src/permittedOperations: Now decrypt also expect the new return object dec_inf (containing info such as is_mime and file_name)
* js: add and apply eslint rulesMaximilian Krambach2018-08-201-7/+7
| | | | | | -- * mainly spacing, see .eslintrc.json for details
* js: make init export immutableMaximilian Krambach2018-08-011-0/+62
-- * src/index.js: The export now uses a freezed Object, which does not allow for simply overwriting the init method by e.g. a third-party library. * BrowsertestExtension: Added some tests trying if decryption of bad data properly fails