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

Switch the test to use prime256v1 based key #2330

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

dcermak
Copy link
Contributor

@dcermak dcermak commented Nov 15, 2024

Most of the prime* curves are disabled on openSUSE/SLE based systems, which causes this test to fail. The prime256v1 curve is still enabled and hence the test succeeds using that

Most of the prime* curves are disabled on openSUSE/SLE based systems, which
causes this test to fail. The prime256v1 curve is still enabled and hence the
test succeeds using that
dcermak added a commit to SUSE/BCI-tests that referenced this pull request Nov 15, 2024
The tests of the rust-openssl crate are currently failing because upstream
enabled tests using the prime192 curve, but this curve has been disabled in
openSUSE.

Pending upstream fix: sfackler/rust-openssl#2330
@sfackler sfackler merged commit 538a5cb into sfackler:master Nov 15, 2024
61 of 67 checks passed
@dcermak dcermak deleted the use-prime256v1-key branch November 15, 2024 13:32
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