]> granicus.if.org Git - python/commit
bpo-34271: Fix compatibility with 1.0.2 (GH-13728)
authorChristian Heimes <christian@python.org>
Mon, 3 Jun 2019 18:40:15 +0000 (20:40 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2019 18:40:15 +0000 (20:40 +0200)
commite35d1ba9eab07a59b98b700c5e18ceb13b2561a6
tree0da0371df248afc4d45c4976c6213f44e000eda5
parent06651ee418b5e4e013195d6b702763a1220706a7
bpo-34271: Fix compatibility with 1.0.2 (GH-13728)

Fix various compatibility issues with LibreSSL and OpenSSL 1.0.2
introduced by bpo-34271.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/ssl.py
Lib/test/test_ssl.py
Modules/_ssl/debughelpers.c
Tools/ssl/multissltests.py