-
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_s_generate_parameters(OpenSSL::TestPKey): [RuntimeError] exception expected, not #<OpenSSL::PKey::PKeyError: EVP_PKEY_paramgen> #785
Comments
I haven't debugged this issue by myself. However, I suspect the issue comes from the commit openssl/openssl@49a35f0 2 days ago. |
I executed the |
Below is a minimal reproducer. This script from the unit test expects the
|
I am seeing the following part of the above commit causing the openssl/openssl@49a35f0#diff-605396c063194975af8ce31399d42690ab18186b422fb5012101cc9132660fe1R614
|
This was overlooked in #784, even while mentioning it in the commit message... |
Done by #786. |
I am seeing the following error on the latest master branch a664af8 in my forked repository. This error only happens in the "openssl-master with fips provider" case in the CI. The error happened with the OpenSSL at the openssl/openssl@fd39d1c, and also at an older commit openssl/openssl@f98e49b (CI log)
https://github.com/junaruga/ruby-openssl/actions/runs/10302695081/job/28516950443#step:11:113
The CI log succeeded in the case is with OpenSSL at
openssl/openssl@f98e49bopenssl/openssl@20bf3fe.https://github.com/ruby/openssl/actions/runs/10261548837/job/28389492262#step:4:41
I am not sure where this issue comes from. It may be from OpenSSL or a Ruby library.
The text was updated successfully, but these errors were encountered: