fork-openpgpjs/test/general
Daniel Huigens 3d75efc1dc
Only throw on authorized revocation key when verifying self-signatures ()
This also has the effect that we only throw on them when trying to use
the key, instead of when parsing it, and that we don't throw when the
authorized revocation key is specified in a separate direct-key
signature instead of a User ID self-signature (the spec only specifies
including it in a direct-key signature, so that means that we
effectively don't reject them anymore. This is because users that
wanted to use the key, could remove this separate signature, anyway.)
2019-12-20 17:21:35 +01:00
..
armor.js Add and require primary key binding signatures on signing keys 2018-11-05 11:47:45 +01:00
brainpool.js Use Web Crypto & Node crypto for RSA signing and verifying () 2019-11-18 14:59:01 +01:00
decompression.js Make (de)armoring and packet reading asynchronous 2018-08-10 14:44:01 +02:00
ecc_nist.js Create lightweight build that can lazily load indutny/elliptic if needed () 2019-10-25 16:07:57 +02:00
ecc_secp256k1.js Create lightweight build that can lazily load indutny/elliptic if needed () 2019-10-25 16:07:57 +02:00
hkp.js Disable HKP tests () 2019-08-09 20:03:40 +02:00
index.js Create lightweight build that can lazily load indutny/elliptic if needed () 2019-10-25 16:07:57 +02:00
key.js Only throw on authorized revocation key when verifying self-signatures () 2019-12-20 17:21:35 +01:00
keyring.js Make (de)armoring and packet reading asynchronous 2018-08-10 14:44:01 +02:00
oid.js OID's stored as Uint8Array 2018-03-01 11:35:16 -08:00
openpgp.js Fix test failing on high-core-count systems due to AEAD concurrency 2019-10-15 18:38:02 +02:00
packet.js Throw when trying to encrypt a key that's already encrypted () 2019-08-19 13:27:52 +02:00
signature.js Create lightweight build that can lazily load indutny/elliptic if needed () 2019-10-25 16:07:57 +02:00
streaming.js Use Web Crypto & Node crypto for RSA signing and verifying () 2019-11-18 14:59:01 +01:00
testInputs.js Support unicode surrogate code points 2018-08-14 17:24:40 +02:00
util.js Accept @ in User ID names () 2019-07-18 15:45:54 +02:00
wkd.js Switch from Sauce Labs to Browserstack () 2019-09-16 14:59:06 +02:00
x25519.js Switch from Sauce Labs to Browserstack () 2019-09-16 14:59:06 +02:00