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

Put support for reading v5 packets behind a feature flag #212

Closed lubux closed 1 month ago

lubux commented 1 month ago

Disable parsing of v5 keys and v5 signatures. Enabling v5 requires now turning on the corresponding global flag via a build tag or changing the variable. The affected entities are non-standard, and in the crypto-refresh RFC they have been superseded by v6 keys, v6 signatures and SEIPDv2 encrypted data, respectively.

https://github.com/openpgpjs/openpgpjs/pull/1774