]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)
authorChristian Heimes <christian@python.org>
Tue, 15 Aug 2017 08:45:40 +0000 (10:45 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2017 08:45:40 +0000 (10:45 +0200)
commit7f6a13bd562ff6a265fc63a991327feaecb07a77
tree054d79458abe802cfbf5c2576eb44c8445f352d4
parenta31459008c5b3230363d155a2e8616664dc4f0c6
[3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)

OpenSSL 1.1.0 to 1.1.0e aborted the handshake when server and client
could not agree on a protocol using ALPN. OpenSSL 1.1.0f changed that.
The most recent version now behaves like OpenSSL 1.0.2 again. The ALPN
callback can pretend to not been set.

See https://github.com/openssl/openssl/pull/3158 for more details

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit a5c1bab352671e043645163ca50c5211aa657acd)
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2017-07-25-15-27-44.bpo-30715.Sp7bTF.rst [new file with mode: 0644]