fork-openpgpjs/test/general
Daniel Huigens 8f355a75da
Implement key.validate() (#1028)
This function checks whether the private and public key parameters
of the primary key match.

This check is necessary when using your own private key to encrypt
data if the private key was stored on an untrusted medium, and
trust is derived from being able to decrypt the private key.
2020-01-07 18:16:45 +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 (#999) 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 (#956) 2019-10-25 16:07:57 +02:00
ecc_secp256k1.js Create lightweight build that can lazily load indutny/elliptic if needed (#956) 2019-10-25 16:07:57 +02:00
hkp.js Disable HKP tests (#940) 2019-08-09 20:03:40 +02:00
index.js Create lightweight build that can lazily load indutny/elliptic if needed (#956) 2019-10-25 16:07:57 +02:00
key.js Implement key.validate() (#1028) 2020-01-07 18:16:45 +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 (#950) 2019-08-19 13:27:52 +02:00
signature.js Create lightweight build that can lazily load indutny/elliptic if needed (#956) 2019-10-25 16:07:57 +02:00
streaming.js Use Web Crypto & Node crypto for RSA signing and verifying (#999) 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 (#930) 2019-07-18 15:45:54 +02:00
wkd.js Switch from Sauce Labs to Browserstack (#965) 2019-09-16 14:59:06 +02:00
x25519.js Switch from Sauce Labs to Browserstack (#965) 2019-09-16 14:59:06 +02:00