mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-05 00:28:47 +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`.