fork-openpgpjs/test
larabr 2e19f1401c
Add expectSigned option to openpgp.decrypt and openpgp.verify (#1275)
If `expectSigned` is set:
- `openpgp.decrypt` throws immediately if public keys or signatures are
  missing, or if the signatures are invalid and streaming is not used.
- `openpgp.verify` throws immediately if signatures are missing, or if the
  signatures are invalid and streaming is not used.
- If the signatures are invalid and streaming is used, reading the returned
  data stream will eventually throw.
2021-03-31 14:24:29 +02:00
..
crypto Remove unused util functions 2021-03-26 10:56:02 +01:00
general Add expectSigned option to openpgp.decrypt and openpgp.verify (#1275) 2021-03-31 14:24:29 +02:00
security Remove top-level streaming options 2021-03-26 10:56:02 +01:00
typescript CI: Test type definitions 2021-03-27 11:35:02 +01:00
worker Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
karma.conf.js Add config parameter to top-level functions (#1241) 2021-02-26 20:04:54 +01:00
unittests.html CI: Switch to karma for browser tests (#1233) 2021-02-12 13:29:04 +01:00
unittests.js Speed up Node.js tests 2021-03-25 19:23:58 +01:00