-
Notifications
You must be signed in to change notification settings - Fork 171
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
openssl-master fips: Failure: test_ed25519_not_approved_on_fips(OpenSSL::TestPKey): OpenSSL::PKey::PKeyError expected but nothing was raised. #787
Comments
The last succeeded commit is openssl/openssl@20bf3fe according to the https://github.com/ruby/openssl/actions/runs/10261548837/job/28389492262#step:4:41 |
There is an openssl/openssl issue/discussion: openssl/openssl#22054 According to the page, FIPS 140-3 currently allows Ed25519 and disallows X25519. But current releases of OpenSSL 3.x work the other way around? FIPS 140 seems like a moving target, so I lean towards not checking what is "not available" in the FIPS mode. |
I found the openssl/openssl@5f04124 causing this failure by |
Yes, in my understanding, FIPS 140 is a moving target. The comment openssl/openssl#24799 (comment) is about the topic as a reference. I would agree on your opinion "I lean towards not checking what is "not available" in the FIPS mode.". Because we want to keep our tests stable. Let me send a PR about it. |
I sent the PR #789. |
This openssl-master fips specific failure was found on #786 (comment).
The following failure happened with OpenSSL master openssl/openssl@02b8b7b.
https://github.com/ruby/openssl/actions/runs/10405700727/job/28817053622?pr=786#step:11:103
The text was updated successfully, but these errors were encountered: