fork-openpgpjs/test/general
larabr e785df4c8f
Require keys in openpgp.sign and make all top-level functions fully async (#1318)
- `openpgp.sign` throws if no signing keys are given, instead of returning a
non-signed literal packet.
- Any top-level function error will cause Promise rejection, and can thus be
handled with `.catch()`.
2021-06-15 17:21:18 +02:00
..
armor.js Replace Key with PrivateKey and PublicKey classes (#1300) 2021-05-25 19:18:47 +02:00
biginteger.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
brainpool.js Rename public/privateKeys to encryption/decryption/signing/verificationKeys (#1299) 2021-05-17 18:56:28 +02:00
config.js Rename public/privateKeys to encryption/decryption/signing/verificationKeys (#1299) 2021-05-17 18:56:28 +02:00
decompression.js Consolidate read* functions (#1236) 2021-02-17 20:36:33 +01:00
ecc_nist.js Rename public/privateKeys to encryption/decryption/signing/verificationKeys (#1299) 2021-05-17 18:56:28 +02:00
ecc_secp256k1.js Fix various signature verification issues (#1302) 2021-06-08 18:12:48 +02:00
index.js Remove KeyRing class 2021-03-01 11:58:10 +01:00
key.js Uniform casing of subkey(s): rename Key.subKeys to Key.subkeys (#1310) 2021-06-10 11:25:43 +02:00
oid.js Lint all tests (#1235) 2021-02-12 23:00:22 +01:00
openpgp.js Require keys in openpgp.sign and make all top-level functions fully async (#1318) 2021-06-15 17:21:18 +02:00
packet.js Fix various signature verification issues (#1302) 2021-06-08 18:12:48 +02:00
signature.js Uniform casing of subkey(s): rename Key.subKeys to Key.subkeys (#1310) 2021-06-10 11:25:43 +02:00
streaming.js Rename public/privateKeys to encryption/decryption/signing/verificationKeys (#1299) 2021-05-17 18:56:28 +02:00
testInputs.js Store named key params in key objects (#1141) 2021-02-09 19:25:20 +01:00
util.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
x25519.js Uniform casing of subkey(s): rename Key.subKeys to Key.subkeys (#1310) 2021-06-10 11:25:43 +02:00