Skip to content

openssl-3.4.0 compatibility #125936

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

Closed
petermarko opened this issue Oct 24, 2024 · 1 comment
Closed

openssl-3.4.0 compatibility #125936

petermarko opened this issue Oct 24, 2024 · 1 comment
Labels
3.12 only security fixes 3.13 bugs and security fixes topic-SSL type-bug An unexpected behavior, bug, or error

Comments

@petermarko
Copy link
Contributor

petermarko commented Oct 24, 2024

Bug report

Bug description:

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.

CPython versions tested on:

3.12, 3.13

Operating systems tested on:

Linux

@petermarko petermarko added the type-bug An unexpected behavior, bug, or error label Oct 24, 2024
@tomasr8 tomasr8 added topic-SSL 3.12 only security fixes 3.13 bugs and security fixes labels Oct 24, 2024
@petermarko
Copy link
Contributor Author

This is fixed by #127361

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 only security fixes 3.13 bugs and security fixes topic-SSL type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants