mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-07-02 19:12:30 +00:00

- When parsing, throw on unexpected packets even if `config.tolerant = true` (e.g. if a Public Key packet is found when reading a signature). - Always ignore Trust and Marker packets on parsing. - Fix #1145: correctly verify signatures that include Marker packets when `config.tolerant = false`.