ProtonMail / gopenpgp

A high-level OpenPGP library
https://gopenpgp.org
MIT License
1.04k stars 117 forks source link

GopenPGP v3: Always create signature verification result #273

Closed lubux closed 6 months ago

lubux commented 6 months ago

In GopenPGP v3, the verified data reader did not return a verification result if no verification keys were provided during decryption. This PR ensures that a verification result is returned even when no verification keys are provided. The verification result indicates that there were no matching verification keys.

Further updates go-crypto to go-crypto v1.1.0-alpha.2.