[issue39953] Let's update ssl error codes

Christian Heimes report at bugs.python.org
Sun Apr 12 07:22:13 EDT 2020


Christian Heimes <lists at cheimes.de> added the comment:

The PR broke backwards compatibility with OpenSSL 1.0.2 and LibreSSL. OpenSSL 1.1.x introduced new error codes or reused existing numbers for different errors codes.

Although OpenSSL 1.0.2 has reached EOL we should keep keep Python 3.8 and 3.9 compatible with the API.

----------
nosy: +lukasz.langa
priority: normal -> release blocker
resolution: fixed -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list