fork-openpgpjs/src/packet
larabr b76236755a
Ignore Trust and Marker packets on parsing and always throw on unexpected packets (#1340)
- When parsing, throw on unexpected packets even if `config.tolerant = true`
(e.g. if a Public Key packet is found when reading a signature).
- Always ignore Trust and Marker packets on parsing.
- Fix #1145: correctly verify signatures that include Marker packets when
`config.tolerant = false`.
2021-06-23 12:17:29 +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 Ignore Trust and Marker packets on parsing and always throw on unexpected packets (#1340) 2021-06-23 12:17:29 +02:00
packet.js Only ignore unsupported packets when config.tolerant is set (#1298) 2021-05-05 19:51:33 +02:00
packetlist.js Ignore Trust and Marker packets on parsing and always throw on unexpected packets (#1340) 2021-06-23 12:17:29 +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 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 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 Replace Key with PrivateKey and PublicKey classes (#1300) 2021-05-25 19:18:47 +02:00