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.
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.
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
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'))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters