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

Explicitly set ECDSA signature scheme on Windows #5

Merged
merged 3 commits into from
Oct 10, 2024

Conversation

hslatman
Copy link
Member

@hslatman hslatman commented Oct 10, 2024

This sets a default on Windows, and also allows overriding it using crypto.SignerOpts. Also see this commit as part of google#343 doing the same with opts.

Currently it checks for GOOS=windows, but we could decide to set it explicitly on Linux too. Apparently AlgNull works OK on Linux, and not on Windows.

@hslatman hslatman requested review from a team and joshdrake October 10, 2024 12:21
@hslatman hslatman merged commit 3b625a2 into surrogate Oct 10, 2024
6 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.

2 participants