fork-openpgpjs/test/general
Daniel Huigens 3113976dd2 Don't throw in result.signatures
- The caller might not await them, in which case you get an "unhandled rejection"
- The caller might await them but only after reading the data, in which case you
  get an unhandled rejection if there's an error before the end of the data
2018-08-10 14:46:27 +02:00
..
armor.js Pass more tests 2018-08-10 14:44:01 +02:00
brainpool.js Pass more tests 2018-08-10 14:46:26 +02:00
decompression.js Make (de)armoring and packet reading asynchronous 2018-08-10 14:44:01 +02:00
ecc_nist.js Pass more tests 2018-08-10 14:46:26 +02:00
hkp.js Use let and const ES6 features. 2018-02-13 23:33:09 +01:00
index.js Streaming encryption (Web) 2018-08-10 14:44:01 +02:00
key.js Remove support for V3 keys and signatures 2018-08-10 14:46:26 +02: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 Pass more tests 2018-08-10 14:46:26 +02:00
packet.js Pass more tests 2018-08-10 14:46:26 +02:00
signature.js Pass more tests 2018-08-10 14:46:26 +02:00
streaming.js Don't throw in result.signatures 2018-08-10 14:46:27 +02:00
testInputs.js Run tests with randomly generated strings 2018-05-17 12:40:30 +02:00
util.js Transfer Streams to Workers 2018-08-10 14:44:01 +02:00
wkd.js Add Web Key Directory lookup 2018-05-29 21:21:24 +02:00
x25519.js Pass more tests 2018-08-10 14:46:26 +02:00