fork-openpgpjs/src/packet
larabr 4b6189b91b
Rename config.tolerant to config.ignoreUnsupportedPackets, add config.ignoreMalformedPackets (#1386)
Configuration options related to parsing have been changed to make it possible
to try to read messages containing malformed packets. Changes:
- rename `config.tolerant` to `config.ignoreUnsupportedPackets`. This still
defaults to `true`.
- Add `config.ignoreMalformedPackets` to ignore packets that fail to parse
(when possible). This option was not available before and it defaults to `false`.
2021-07-23 13:22:18 +02:00
..
aead_encrypted_data.js Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +02:00
all_packets.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
compressed_data.js Add PacketList.fromBinary and add missing config param in some functions (#1294) 2021-05-05 16:56:11 +02:00
index.js Update documentation 2021-02-27 01:22:13 +01:00
literal_data.js Clean up async function JSDocs 2021-03-28 16:07:56 +02:00
marker.js Lint: enforce single quotes and do not error on class methods without this (#1341) 2021-06-24 22:58:15 +02:00
one_pass_signature.js Ignore Trust and Marker packets on parsing and always throw on unexpected packets (#1340) 2021-06-23 12:17:29 +02:00
packet.js Lint: enforce single quotes and do not error on class methods without this (#1341) 2021-06-24 22:58:15 +02:00
packetlist.js Rename config.tolerant to config.ignoreUnsupportedPackets, add config.ignoreMalformedPackets (#1386) 2021-07-23 13:22:18 +02:00
public_key_encrypted_session_key.js Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +02:00
public_key.js Lint: enforce single quotes and do not error on class methods without this (#1341) 2021-06-24 22:58:15 +02:00
public_subkey.js Make key fingerprint computation async (#1297) 2021-05-05 17:39:19 +02:00
secret_key.js Make key fingerprint computation async (#1297) 2021-05-05 17:39:19 +02:00
secret_subkey.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
signature.js Drop capabilities, keyID args in Key.getExpirationTime() and consider direct-key sigs (#1319) 2021-06-15 19:16:52 +02:00
sym_encrypted_integrity_protected_data.js Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +02:00
sym_encrypted_session_key.js Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +02:00
symmetrically_encrypted_data.js Add PacketList.fromBinary and add missing config param in some functions (#1294) 2021-05-05 16:56:11 +02:00
trust.js Lint: enforce single quotes and do not error on class methods without this (#1341) 2021-06-24 22:58:15 +02:00
user_attribute.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
userid.js Replace Key with PrivateKey and PublicKey classes (#1300) 2021-05-25 19:18:47 +02:00