-
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::TestPKey#test_s_generate_parameters
random failures
#492
Comments
Is this with OpenSSL 3.0? Your comment in 2021-11 on the same failure: #399 (comment) I haven't been able to reproduce it locally. |
Yes, Ruby 3.1 with OpenSSL 3.0
Ah, right, sorry, I have already forgotten about that remark. But at that time, I was not sure it is not issue with the patches backported to Ruby 3.0.2. Now it is with Ruby 3.1, so is likely not my fault (although who knows 😉)
Unfortunately, it fails just from time to time and I don't have better reproducer at hand :/ |
Running the test file repeatedly was enough to reproduce it: It turned out to be an issue in the current OpenSSL 3.0.x. openssl/openssl#19314 |
The root cause has been fixed by OpenSSL 3.0.6, but Ubuntu 22.04's OpenSSL package has not backported the patch yet. Reference: #492
…nerate_parameters The root cause has been fixed by OpenSSL 3.0.6, but Ubuntu 22.04's OpenSSL package has not backported the patch yet. Reference: ruby/openssl#492 ruby/openssl@f2e2a5e5ed
…nerate_parameters The root cause has been fixed by OpenSSL 3.0.6, but Ubuntu 22.04's OpenSSL package has not backported the patch yet. Reference: ruby/openssl#492 ruby/openssl@f2e2a5e5ed
Testing with Ruby 3.1, the Ruby test suite sometimes fails with the following error:
The text was updated successfully, but these errors were encountered: