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
..
2021-02-17 20:36:33 +01:00
2021-02-12 23:00:22 +01:00
2021-03-01 11:58:10 +01:00
2021-02-12 23:00:22 +01:00
2021-03-25 19:56:59 +01:00
2021-03-26 10:56:02 +01:00