fork-openpgpjs/test/security
larabr 247ad58344
Add PacketList.fromBinary and add missing config param in some functions (#1294)
- Add `PacketList.fromBinary` which parses binary data and returns a
  `PacketList`. Using it instead of `PacketList.read` avoids being left
  with partially read data in case of errors.
- Rename `toPacketlist` to `toPacketList` in `Key`, `Subkey` and `User`
  classes
- In `readMessage`, pass down `config` to `PacketList.read`
- Add `config` param to `CompressedDataPacket.decompress`,
  `AEADEncryptedDataPacket.decrypt` and `Message.appendSignature`
2021-05-05 16:56:11 +02:00
..
index.js Switch build system to rollup 2021-02-09 19:25:20 +01:00
message_signature_bypass.js Remove top-level streaming options 2021-03-26 10:56:02 +01:00
preferred_algo_mismatch.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
subkey_trust.js Add PacketList.fromBinary and add missing config param in some functions (#1294) 2021-05-05 16:56:11 +02:00
unsigned_subpackets.js Add PacketList.fromBinary and add missing config param in some functions (#1294) 2021-05-05 16:56:11 +02:00