fork-openpgpjs/test
larabr 4713282bb1
Throw on empty passphrase in encryptKey and SecretKeyPacket.encrypt (#1508)
Breaking change: `openpgp.encryptKey` now throws if an empty string is given as
passphrase. The operation used to succeed, but the resulting key was left in an
inconsistent state, and e.g. serialization would not be possible.

Non-breaking changes:
- `options.passphrase` in `generateKey` and `reformatKey` now defaults to
`undefined` instead of empty string. Passing an empty string does not throw for
now, but this might change in the future to align with `encryptKey`'s
behaviour.
- In TS, add `GenerateKeyOptions` as alias of `KeyOptions`, to clarify its
scope.
2022-03-22 15:11:51 +01:00
..
benchmarks CI: Add memory usage regression monitoring for pull requests (#1415) 2021-10-15 16:16:34 +02:00
crypto Fix AES encryption error in browsers for messages larger than 3MB (#1506) 2022-03-14 19:39:15 +01:00
general Throw on empty passphrase in encryptKey and SecretKeyPacket.encrypt (#1508) 2022-03-22 15:11:51 +01: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