[issue35740] openssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64

Christian Heimes report at bugs.python.org
Tue Jan 15 02:49:11 EST 2019


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

3.7 uses OpenSSL 1.1.0. OpenSSL 1.1.1 adds TLS 1.3 and behaves differently than 1.1.0. We cannot update 3.7 to 1.1.1 because it would break backwards compatibility. For 3.8, we can move to 1.1.1.

You either have to compile your own Python and OpenSSL 1.1.1 on Windows, convince OpenSSL upstream to fix 1.1.0, or wait until 3.8 comes out by the end of the year.

----------
assignee: christian.heimes -> 
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
versions: +Python 3.8 -Python 3.7

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


More information about the Python-bugs-list mailing list