fork-openpgpjs/src/packet
larabr 31fe960261
Only ignore unsupported packets when config.tolerant is set (#1298)
Don't ignore parse errors if `config.tolerant` is enabled. This leads to
more useful error messages in most cases, as ignoring these errors will
most likely still lead to an error down the line (e.g. if a key binding
signature is missing). Unsupported and unknown packets and packets with
an unsupported or unknown version are still ignored, for forward
compatibility.

Also, make `PKESK.encrypt`/`decrypt` void.
2021-05-05 19:51:33 +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 Make PacketList a valid subtype of Array and update Packet.tag types (#1289) 2021-04-29 17:18:39 +02:00
one_pass_signature.js Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +02:00
packet.js Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +02:00
packetlist.js Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +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 Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +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 Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +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 Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +02:00
user_attribute.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
userid.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00