-
Notifications
You must be signed in to change notification settings - Fork 18.1k
crypto/x509: add String() for KeyUsage, ExtKeyUsage #56866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Change https://go.dev/cl/437875 mentions this issue: |
/cc @rolandshoemaker @golang/security |
This proposal has been added to the active column of the proposals project |
No objection, seems like a reasonable addition. |
Based on the discussion above, this proposal seems like a likely accept. |
No change in consensus, so accepted. 🎉 |
Change https://go.dev/cl/571035 mentions this issue: |
Some fields of x509.Certificate, like SignatureAlgorithm or PublicKeyAlgorightm already have a String() method. This proposal adds them to the KeyUsage and ExtKeyUsage types, which is mainly useful when printing/logging the certificate.
The text was updated successfully, but these errors were encountered: