fork-openpgpjs/test/general
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
..
armor.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
biginteger.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
brainpool.js Remove Key.prototype.encrypt() and Key.prototype.decrypt() (#1285) 2021-04-23 15:43:38 +02:00
config.js Add PacketList.fromBinary and add missing config param in some functions (#1294) 2021-05-05 16:56:11 +02:00
decompression.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
ecc_nist.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
ecc_secp256k1.js Remove Key.prototype.encrypt() and Key.prototype.decrypt() (#1285) 2021-04-23 15:43:38 +02:00
index.js Remove KeyRing class 2021-03-01 11:58:10 +01:00
key.js Add PacketList.fromBinary and add missing config param in some functions (#1294) 2021-05-05 16:56:11 +02:00
oid.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
openpgp.js Make PacketList a valid subtype of Array and update Packet.tag types (#1289) 2021-04-29 17:18:39 +02:00
packet.js Add PacketList.fromBinary and add missing config param in some functions (#1294) 2021-05-05 16:56:11 +02:00
signature.js Remove Key.prototype.encrypt() and Key.prototype.decrypt() (#1285) 2021-04-23 15:43:38 +02:00
streaming.js Remove Key.prototype.encrypt() and Key.prototype.decrypt() (#1285) 2021-04-23 15:43:38 +02:00
testInputs.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
util.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
x25519.js Remove Key.prototype.encrypt() and Key.prototype.decrypt() (#1285) 2021-04-23 15:43:38 +02:00