x/crypto/openpgp: add support for Policy URI signature subpackets #43541
Comments
Change https://golang.org/cl/281953 mentions this issue: |
/cc @FiloSottile |
Per the accepted #44226 proposal and due to lack of maintenance, the golang.org/x/crypto/openpgp package is now frozen and deprecated. No new changes will be accepted except for security fixes. The package will not be removed. If this is a security issue, please email security@golang.org and we will assess it and provide a fix. If you're looking for alternatives, consider the crypto/ed25519 package for simple signatures, golang.org/x/mod/sumdb/note for inline signatures, or filippo.io/age for encryption. You can read a summary of OpenPGP issues and alternatives here. If you are required to interoperate with OpenPGP systems and need a maintained package, we suggest considering one of multiple community forks of golang.org/x/crypto/openpgp. We don't endorse any specific one. Thank you! |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
When signing an OpenPGP public key I would like to add a Policy URI (specified in RFC-4880 5.2.3.20.
What did you expect to see?
Some support for Policy URI in the golang.org/x/crypto/openpgp/packet Signature type.
What did you see instead?
No support for Policy URI.
The text was updated successfully, but these errors were encountered: