| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
--
* As requested by using parties, the options to be passed into the
methods are now objects, with the objects' properties better
describing what they do, and to avoid the need to type several nulls
in a method call if one wants the last parameter.
- src/Keyring.js, src/gpgme.js: Changed parameters and their
validations
- BrowserTest/*.js Had to adapt quite some calls to the new format
|
|
|
|
|
|
|
| |
--
* the resulting information of verify now are as documented,
and the same as in a decrypt callback
|
|
|
|
|
|
| |
--
* mainly spacing, see .eslintrc.json for details
|
|
|
|
|
|
|
|
|
|
|
| |
--
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.
|
|
|
|
|
|
| |
--
* the signed message to verify was signed by a wrong test key
|
|
--
* src/Signature.js: searching for overall validity in the "summary"
property
* BrowsertestExtension: Added two verify tests
|