[issue35926] Need openssl 1.1.1 support on Windows for ARM and ARM64

Steve Dower report at bugs.python.org
Tue May 14 13:15:18 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

This PR has stalled because of errors raised by TLS 1.3

It seems that there may be a difference between sockets on Windows being non-blocking by default and other platforms being blocking by default. However, we think that is probably just causes TLS 1.3/OpenSSL 1.1.1b errors to show up in different places.

Has anyone figured out the TLS 1.3 issues yet?

Also, does anyone know why we default to different sockets on Windows?

----------

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


More information about the Python-bugs-list mailing list