Files
openpgpjs/test/general
larabr 31fe960261 Only ignore unsupported packets when config.tolerant is set (#1298)
Don't ignore parse errors if `config.tolerant` is enabled. This leads to
more useful error messages in most cases, as ignoring these errors will
most likely still lead to an error down the line (e.g. if a key binding
signature is missing). Unsupported and unknown packets and packets with
an unsupported or unknown version are still ignored, for forward
compatibility.

Also, make `PKESK.encrypt`/`decrypt` void.
2021-05-05 19:51:33 +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