We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following tests fail with openssl-3.4.0:
ERROR: test_ciphers (test.test_ssl.SimpleBackgroundTests.test_ciphers) ERROR: test_connect (test.test_ssl.SimpleBackgroundTests.test_connect) ERROR: test_connect_cadata (test.test_ssl.SimpleBackgroundTests.test_connect_cadata) ERROR: test_connect_capath (test.test_ssl.SimpleBackgroundTests.test_connect_capath) ERROR: test_connect_with_context (test.test_ssl.SimpleBackgroundTests.test_connect_with_context) ERROR: test_get_server_certificate (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate) ERROR: test_get_server_certificate_sni (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_sni) ERROR: test_msg_callback_deadlock_bpo43577 (test.test_ssl.TestSSLDebug.test_msg_callback_deadlock_bpo43577)
errors.log
The problem was bisected to commit openssl/openssl@933f57d When using openssl-3.4.0 with this commit reverted, the test passes again.
This was tested with python versions 3.12.6 as well as 3.13.0 within yocto project when upgrading openssl.
3.12, 3.13
Linux
The text was updated successfully, but these errors were encountered:
This is fixed by #127361
Sorry, something went wrong.
No branches or pull requests
Bug report
Bug description:
Following tests fail with openssl-3.4.0:
errors.log
The problem was bisected to commit openssl/openssl@933f57d
When using openssl-3.4.0 with this commit reverted, the test passes again.
This was tested with python versions 3.12.6 as well as 3.13.0 within yocto project when upgrading openssl.
CPython versions tested on:
3.12, 3.13
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: