This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cstratak
Recipients benjamin.peterson, christian.heimes, cstratak
Date 2020-03-22.20:24:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584908691.95.0.939009463047.issue40018@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-03-22 20:24:51cstrataksetrecipients: + cstratak, christian.heimes, benjamin.peterson
2020-03-22 20:24:51cstrataksetmessageid: <1584908691.95.0.939009463047.issue40018@roundup.psfhosted.org>
2020-03-22 20:24:51cstrataklinkissue40018 messages
2020-03-22 20:24:51cstratakcreate