fork-openpgpjs/test
larabr 6c32b62ef3
Throw on decryption of messages that don't contain any encrypted data packet (#1529)
Calling `openpgp.decrypt` with a message that contains encrypted session keys
followed by a non-encrypted packet (e.g. Literal or Compressed Data packet)
used to succeed, even if a wrong passphrase/key was provided.
With this change, the operation will always fail, and the user is warned that
the data was not encrypted.

NB: a message that did not contain any encrypted session key packet would fail
to decrypt even prior to this change.
2022-06-07 14:29:31 +02:00
..
benchmarks Add memory benchmark tests for streamed decryption of large files (#1462) 2022-06-02 17:29:27 +02:00
crypto Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys (#1523) 2022-06-07 13:51:58 +02:00
general Throw on decryption of messages that don't contain any encrypted data packet (#1529) 2022-06-07 14:29:31 +02:00
security Replace armor option with format in openpgp.encrypt, sign and encryptSessionKey (#1354) 2021-07-19 18:12:42 +02:00
typescript TypeScript: rely on new web-stream-tools types, fix SignOptions (#1502) 2022-03-09 17:00:12 +01:00
worker Drop MS Edge Legacy support (#1474) 2022-02-10 21:31:32 +01:00
karma.conf.js CI: Detect unhandled rejections in browser tests (#1333) 2021-06-15 16:39:56 +02:00
unittests.html CI: Switch to karma for browser tests (#1233) 2021-02-12 13:29:04 +01:00
unittests.js CI: Ignore unhandled rejections in tests in Safari 14.1 (#1371) 2021-07-09 16:35:40 +02:00