[issue44888] ssl.OP_LEGACY_SERVER_CONNECT missing

2021-08-15 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +26248 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27776 ___ Python tracker

[issue44888] ssl.OP_LEGACY_SERVER_CONNECT missing

2021-08-11 Thread Tee KOBAYASHI
New submission from Tee KOBAYASHI : Please implement ssl.OP_LEGACY_SERVER_CONNECT constant that corresponds to SSL_OP_LEGACY_SERVER_CONNECT in C. This is required to make OpenSSL 3.0.0 behave like 1.1.1. -- assignee: christian.heimes components: SSL messages: 399386 nosy: