fork-openpgpjs/src
larabr 2e19f1401c
Add expectSigned option to openpgp.decrypt and openpgp.verify (#1275)
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
..
biginteger Clean up JSDocs 2021-02-28 00:32:02 +01:00
config Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
crypto Clean up async function JSDocs 2021-03-28 16:07:56 +02:00
encoding Revert "Don't mark async function as returning a Promise explicitly" 2021-03-28 15:39:19 +02:00
key Clean up async function JSDocs 2021-03-28 16:07:56 +02:00
packet Clean up async function JSDocs 2021-03-28 16:07:56 +02:00
type Clean up async function JSDocs 2021-03-28 16:07:56 +02:00
cleartext.js Clean up async function JSDocs 2021-03-28 16:07:56 +02:00
enums.js Use consistent name casing (#1268) 2021-03-25 19:56:59 +01:00
index.js Replace Message.fromText and Message.fromBinary with createMessage 2021-03-26 10:56:02 +01:00
message.js Clean up async function JSDocs 2021-03-28 16:07:56 +02:00
openpgp.js Add expectSigned option to openpgp.decrypt and openpgp.verify (#1275) 2021-03-31 14:24:29 +02:00
signature.js Clean up async function JSDocs 2021-03-28 16:07:56 +02:00
util.js Add expectSigned option to openpgp.decrypt and openpgp.verify (#1275) 2021-03-31 14:24:29 +02:00