ProtonMail / go-crypto

Fork of go/x/crypto, providing an up-to-date OpenPGP implementation
https://pkg.go.dev/github.com/ProtonMail/go-crypto
BSD 3-Clause "New" or "Revised" License
328 stars 99 forks source link

Accept both encryption key flags for encryption/decryption #217

Closed lubux closed 1 month ago

lubux commented 1 month ago

This pull request enables encryption and decryption of messages using keys that have either the communication or storage key flag set. Previously, only keys with the communication flag were considered.

Additionally, this PR updates the interoperability test suite to the latest version.