fork-openpgpjs/test
Daniel Huigens 3d75efc1dc
Only throw on authorized revocation key when verifying self-signatures (#1017)
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
..
crypto Use native Node crypto for RSA encryption (#1006) 2019-11-26 16:06:49 +01:00
general Only throw on authorized revocation key when verifying self-signatures (#1017) 2019-12-20 17:21:35 +01:00
security Rename numBits and bits to rsaBits (#970) 2019-09-18 13:40:44 +02:00
worker Don't attempt to use workers if they fail to load 2019-05-02 12:08:08 +02:00
unittests.html Switch from Sauce Labs to Browserstack (#965) 2019-09-16 14:59:06 +02:00
unittests.js Create lightweight build that can lazily load indutny/elliptic if needed (#956) 2019-10-25 16:07:57 +02:00