fork-openpgpjs/test/general
Thomas Oberndörfer 0d025d8c3d
Add additionalAllowedPackets config option (#1618)
This config option allows parsing additional packet types when parsing
a packet list or armored object, in contexts where they are normally
not expected to appear, by passing a list of packet classes
(e.g. `additionalAllowedPackets: [PublicKeyPacket]`).
2023-03-30 15:52:11 +02:00
..
armor.js Update ESlint 2023-02-21 18:27:56 +01:00
biginteger.js Update ESlint 2023-02-21 18:27:56 +01:00
brainpool.js Update ESlint 2023-02-21 18:27:56 +01:00
config.js Add UnparseablePacket to properly deal with key blocks that include malformed/unsupported packets (#1522) 2022-05-24 20:12:57 +02:00
decompression.js Update ESlint 2023-02-21 18:27:56 +01:00
ecc_nist.js Update ESlint 2023-02-21 18:27:56 +01:00
ecc_secp256k1.js Update ESlint 2023-02-21 18:27:56 +01:00
index.js Update ESlint 2023-02-21 18:27:56 +01:00
key.js Update ESlint 2023-02-21 18:27:56 +01:00
oid.js Update ESlint 2023-02-21 18:27:56 +01:00
openpgp.js ESLint: drop unnecessary rules 2023-02-21 18:27:59 +01:00
packet.js Add additionalAllowedPackets config option (#1618) 2023-03-30 15:52:11 +02:00
signature.js Update ESlint 2023-02-21 18:27:56 +01:00
streaming.js Update ESlint 2023-02-21 18:27:56 +01:00
testInputs.js ESLint: drop unnecessary rules 2023-02-21 18:27:59 +01:00
util.js Update ESlint 2023-02-21 18:27:56 +01:00
x25519.js Update ESlint 2023-02-21 18:27:56 +01:00