[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-10-07 Thread ramikg
Change by ramikg : -- nosy: +ramikg nosy_count: 4.0 -> 5.0 pull_requests: +27116 pull_request: https://github.com/python/cpython/pull/28602 ___ Python tracker ___ _

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-10-06 Thread Illia Volochii
Change by Illia Volochii : -- nosy: +illia-v nosy_count: 3.0 -> 4.0 pull_requests: +27106 pull_request: https://github.com/python/cpython/pull/28768 ___ Python tracker ___

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-09-03 Thread Philip Prindeville
Change by Philip Prindeville : -- nosy: +philipp ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-04-22 Thread Christer Weinigel
Change by Christer Weinigel : -- nosy: +wingel71 nosy_count: 1.0 -> 2.0 pull_requests: +24240 pull_request: https://github.com/python/cpython/pull/25255 ___ Python tracker ___

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-04-18 Thread Christian Heimes
Christian Heimes added the comment: New changeset d37b74f341c5a215e2fdd5eb4f8c0182f327635c by Christian Heimes in branch 'master': bpo-43669: More test_ssl cleanups (GH-25470) https://github.com/python/cpython/commit/d37b74f341c5a215e2fdd5eb4f8c0182f327635c -- _

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-04-18 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +24195 pull_request: https://github.com/python/cpython/pull/25470 ___ Python tracker ___

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-04-17 Thread Christian Heimes
Christian Heimes added the comment: New changeset b8d0fa035d74ae6ae00794c9af636b427c5dc650 by Christian Heimes in branch 'master': bpo-43669: Remove OpenSSL 0.9 to 1.1.0 specific documentation (GH-25453) https://github.com/python/cpython/commit/b8d0fa035d74ae6ae00794c9af636b427c5dc650 -

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-04-17 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +24182 pull_request: https://github.com/python/cpython/pull/25453 ___ Python tracker ___

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-04-17 Thread Christian Heimes
Christian Heimes added the comment: - Remove HAVE_X509_VERIFY_PARAM_SET1_HOST check - Update hashopenssl to require OpenSSL 1.1.1 - multissltests only OpenSSL > 1.1.0 - ALPN is always supported - SNI is always supported - Remove deprecated NPN code. Python wrappers are no-op. - ECDH is always s

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-04-17 Thread Christian Heimes
Christian Heimes added the comment: New changeset 39258d3595300bc7b952854c915f63ae2d4b9c3e by Christian Heimes in branch 'master': bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) https://github.com/python/cpython/commit/39258d3595300bc7b952854c915f63ae2d4b9c3e --

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-03-30 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +23842 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23014 ___ Python tracker ___

[issue43669] PEP 644: Require OpenSSL 1.1.1 or newer

2021-03-30 Thread Christian Heimes
New submission from Christian Heimes : Tracker ticket for PEP 644, https://www.python.org/dev/peps/pep-0644/ This PEP proposes for CPython’s standard library to support only OpenSSL 1.1.1 LTS or newer. Support for OpenSSL versions past end-of-lifetime, incompatible forks, and other TLS librari