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

refactor!: deprecate crypto elliptic #187

Merged
merged 4 commits into from
Jul 11, 2024

Conversation

shizhMSFT
Copy link
Contributor

Resolves #168, resolves #185.

Breaking changes:

  • Remove compressed point support from EC2 keys

Other changes:

  • Remove calls to deprecated functions in crypto/elliptic
  • Upgrade golang to 1.21 for crypto/ecdh

Related:

Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
@SteveLasker
Copy link
Contributor

Thanks, Orie for the review. Can we get a few other 👀 on this so we can merge if maintainers agree?
@thomas-fossati, @setrofim, @qmuntal?

@SteveLasker SteveLasker added this to the v1.2.0 milestone Jul 11, 2024
@SteveLasker SteveLasker merged commit 09d6cfa into veraison:main Jul 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove compressed point support from EC2 keys Resolve calls to deprecated crypto APIs
4 participants