fork-openpgpjs/src/packet
larabr ef066183dd
Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys (#1523)
The relevant packets will be considered unsupported instead of malformed.
Hence, parsing them will succeed by default (based on
`config.ignoreUnsupportedPackets`).
2022-06-07 13:51:58 +02:00
..
aead_encrypted_data.js Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01:00
all_packets.js Lint: error if imported value not found in module (#1507) 2022-03-14 21:40:16 +01:00
compressed_data.js Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01:00
index.js Add UnparseablePacket to properly deal with key blocks that include malformed/unsupported packets (#1522) 2022-05-24 20:12:57 +02:00
literal_data.js Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01: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 Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01:00
packet.js Add UnparseablePacket to properly deal with key blocks that include malformed/unsupported packets (#1522) 2022-05-24 20:12:57 +02:00
packetlist.js Add UnparseablePacket to properly deal with key blocks that include malformed/unsupported packets (#1522) 2022-05-24 20:12:57 +02:00
public_key_encrypted_session_key.js Add support for constant-time decryption of PKCS#1 v1.5-encoded session keys (#1445) 2022-01-19 19:05:43 +01:00
public_key.js Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys (#1523) 2022-06-07 13:51:58 +02:00
public_subkey.js Make key fingerprint computation async (#1297) 2021-05-05 17:39:19 +02:00
secret_key.js Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys (#1523) 2022-06-07 13:51:58 +02:00
secret_subkey.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
signature.js Lint: error if imported value not found in module (#1507) 2022-03-14 21:40:16 +01:00
sym_encrypted_integrity_protected_data.js Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01:00
sym_encrypted_session_key.js Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01:00
symmetrically_encrypted_data.js Replace strings with integer algorithm identifiers in packet classes (#1410) 2021-11-22 11:51:27 +01: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