fork-openpgpjs/test/crypto
larabr ef066183dd
Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys ()
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
..
cipher Remove unused util functions 2021-03-26 10:56:02 +01:00
hash Lint: enforce single quotes and do not error on class methods without this () 2021-06-24 22:58:15 +02:00
aes_kw.js Lint: enforce single quotes and do not error on class methods without this () 2021-06-24 22:58:15 +02:00
crypto.js Fix AES encryption error in browsers for messages larger than 3MB () 2022-03-14 19:39:15 +01:00
eax.js Replace strings with integer algorithm identifiers in packet classes () 2021-11-22 11:51:27 +01:00
ecdh.js Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys () 2022-06-07 13:51:58 +02:00
elliptic_data.js Apply eslint to test/crypto folder () 2019-11-19 14:29:32 +01:00
elliptic.js Throw UnsupportedError on unknown algorithm in keys, signatures and encrypted session keys () 2022-06-07 13:51:58 +02:00
gcm.js Replace strings with integer algorithm identifiers in packet classes () 2021-11-22 11:51:27 +01:00
index.js Add config parameter to top-level functions () 2021-02-26 20:04:54 +01:00
ocb.js Replace strings with integer algorithm identifiers in packet classes () 2021-11-22 11:51:27 +01:00
pkcs5.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types () 2021-02-09 19:25:20 +01:00
random.js [v5] Unexport openpgp.util, openpgp.crypto, and low-level types () 2021-02-09 19:25:20 +01:00
rsa.js Replace strings with integer algorithm identifiers in packet classes () 2021-11-22 11:51:27 +01:00
validate.js Add config.rejectCurves and prevent generating keys using blacklisted algorithms () 2021-08-19 17:58:16 +02:00