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
334 stars 101 forks source link

Require key flags to use keys #155

Closed twiss closed 1 year ago

twiss commented 1 year ago

Don't allow using primary keys without a valid self-signature with key flags indicating the usage is allowed.

ncw commented 1 year ago

This has broken our workflow - see https://github.com/ProtonMail/go-crypto/issues/187