Skip to content
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

crypto/x509: stop using math/big and crypto/elliptic for parsing #58635

Open
FiloSottile opened this issue Feb 22, 2023 · 0 comments
Open

crypto/x509: stop using math/big and crypto/elliptic for parsing #58635

FiloSottile opened this issue Feb 22, 2023 · 0 comments
Assignees
Labels
NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@FiloSottile
Copy link
Contributor

Now that we carved math/big out of the security perimeter and deprecated (most of) crypto/elliptic, we should not use it for parsing keys in crypto/x509.

This would also be a good opportunity to land https://go.dev/cl/402554.

@FiloSottile FiloSottile added the NeedsFix The path to resolution is known, but the work has not been done. label Feb 22, 2023
@FiloSottile FiloSottile added this to the Go1.21 milestone Feb 22, 2023
@FiloSottile FiloSottile self-assigned this Feb 22, 2023
@FiloSottile FiloSottile modified the milestones: Go1.21, Backlog May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

1 participant