[issue40018] test_ssl fails with OpenSSL 1.1.1e

STINNER Victor report at bugs.python.org
Mon Mar 23 08:25:13 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

bpo-40044 was marked as a duplicate of this issue. Copy of Charalampos's message:
"""
The fedora rawhide buildbots started failing due to the latest update of openssl to version 1.1.1e.

e.g. https://buildbot.python.org/all/#/builders/607/builds/137

Changelog: https://www.openssl.org/news/cl111.txt

The relevant info which seems to make the tests fail:

Properly detect EOF while reading in libssl. Previously if we hit an EOF while reading in libssl then we would report an error back to the application (SSL_ERROR_SYSCALL) but errno would be 0. We now add an error to the stack (which means we instead return SSL_ERROR_SSL) and therefore give a hint as to what went wrong.

Upstream PR: https://github.com/openssl/openssl/pull/10882

urllib3 issue: https://github.com/urllib3/urllib3/issues/1825
"""

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40018>
_______________________________________


More information about the Python-bugs-list mailing list