[issue46570] Windows support for OpenSSL 3.0

2022-01-29 Thread Christian Heimes
Christian Heimes added the comment: OpenSSL 3.0 support is still experimental and incomplete. 3.10 is definitely out of scope. 3.11 might be feasible if somebody puts in the work. -- assignee: christian.heimes -> steve.dower ___ Python tracker

[issue46570] Windows support for OpenSSL 3.0

2022-01-29 Thread Zachary Ware
Change by Zachary Ware : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware stage: -> needs patch type: compile error -> enhancement versions: -Python 3.10 ___ Python tracker

[issue46570] Windows support for OpenSSL 3.0

2022-01-29 Thread Jay Lee
New submission from Jay Lee : Steps to reproduce: 1) Compile OpenSSL 3.0 on Windows. 2) use get_externals.bat to download Python external requirements on Windows. 3) Overwrite OpenSSL 1.1.1m in externals with your OpenSSL 3.0 build. Expected behavior: Python will build against OpenSSL 3.0 Actu