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

2019-05-17 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

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

2019-05-16 Thread Steve Dower
Steve Dower added the comment: New changeset aa73841a8fdded4a462d045d1eb03899cbeecd65 by Steve Dower in branch '3.7': bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) https://github.com/python/cpython/commit/aa73841a8fdded4a462d045d1eb03899cbeecd65 --

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

2019-05-15 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +13261 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2019-05-15 Thread Steve Dower
Steve Dower added the comment: New changeset fb7e7505ed1337bf40fa7b8b68317d1e86675a86 by Steve Dower (Paul Monson) in branch 'master': bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) https://github.com/python/cpython/commit/fb7e7505ed1337bf40fa7b8b68317d1e86675a86

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

2019-05-14 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +13237 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2019-05-14 Thread Steve Dower
Steve Dower 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

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

2019-02-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch, patch, patch pull_requests: +11757, 11758, 11759, 11760 stage: -> patch review ___ Python tracker ___

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

2019-02-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch, patch pull_requests: +11757, 11758, 11759 stage: -> patch review ___ Python tracker ___

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

2019-02-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +11757 stage: -> patch review ___ Python tracker ___ ___

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

2019-02-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch pull_requests: +11757, 11758 stage: -> patch review ___ Python tracker ___

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

2019-02-06 Thread Paul Monson
New submission from Paul Monson : Need code and test changes to match https://bugs.python.org/issue35740 -- assignee: christian.heimes components: SSL, Windows messages: 334998 nosy: Paul Monson, christian.heimes, paul.moore, steve.dower, tim.golden, zach.ware priority: normal