fork-openpgpjs/test/general
larabr 2e19f1401c
Add expectSigned option to openpgp.decrypt and openpgp.verify ()
If `expectSigned` is set:
- `openpgp.decrypt` throws immediately if public keys or signatures are
  missing, or if the signatures are invalid and streaming is not used.
- `openpgp.verify` throws immediately if signatures are missing, or if the
  signatures are invalid and streaming is not used.
- If the signatures are invalid and streaming is used, reading the returned
  data stream will eventually throw.
2021-03-31 14:24:29 +02:00
..
armor.js Consolidate read* functions () 2021-02-17 20:36:33 +01:00
biginteger.js Lint all tests () 2021-02-12 23:00:22 +01:00
brainpool.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
config.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
decompression.js Consolidate read* functions () 2021-02-17 20:36:33 +01:00
ecc_nist.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
ecc_secp256k1.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
index.js Remove KeyRing class 2021-03-01 11:58:10 +01:00
key.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
oid.js Lint all tests () 2021-02-12 23:00:22 +01:00
openpgp.js Add expectSigned option to openpgp.decrypt and openpgp.verify () 2021-03-31 14:24:29 +02:00
packet.js Fetch Streams ponyfill on demand in lightweight build 2021-03-26 10:56:02 +01:00
signature.js Disallow passing streams to readKey[s], readSignature and readCleartextMessage 2021-03-26 10:56:02 +01:00
streaming.js Remove top-level streaming options 2021-03-26 10:56:02 +01:00
testInputs.js Store named key params in key objects () 2021-02-09 19:25:20 +01:00
util.js Use consistent name casing () 2021-03-25 19:56:59 +01:00
x25519.js Remove unused util functions 2021-03-26 10:56:02 +01:00