[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

[3.4] bpo-26470: Port ssl and hashlib module to OpenSSL 1.1.0. by vstinner · Pull Request #12211 · python/cpython

the-knights-who-say-ni

vstinner changed the title Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. [3.4] Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.

Mar 7, 2019

vstinner changed the title [3.4] Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. [3.4] bpo-26470: Port ssl and hashlib module to OpenSSL 1.1.0.

Mar 7, 2019

Backport notes

* Don't add PROTOCOL_TLS
* Ignore documentation changes

(cherry picked from commit 598894f)

Merged

25 tasks

Merged

Merged

11 tasks

jmroot pushed a commit to macports/macports-ports that referenced this pull request

Jun 16, 2019
The patch is from python/cpython#12211. It's not
merged into official CPython 3.4 for timing reasons.

TLS functionality tested with the following script:

    try:
        import urllib.request as urllib_request
    except ImportError:
        import urllib2 as urllib_request

    h = urllib_request.urlopen('https://httpbin.org/ip')
    print(h.read().decode('utf-8'))

encukou pushed a commit to encukou/cpython that referenced this pull request

Oct 1, 2020

encukou pushed a commit to fedora-python/cpython that referenced this pull request

Feb 25, 2021