]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30714: ALPN changes for OpenSSL 1.1.0f 2305/head
authorChristian Heimes <christian@python.org>
Tue, 20 Jun 2017 16:28:38 +0000 (18:28 +0200)
committerChristian Heimes <christian@python.org>
Tue, 15 Aug 2017 08:15:34 +0000 (10:15 +0200)
commita5c1bab352671e043645163ca50c5211aa657acd
tree6cd0b399316af58fac738d8c0b153bd311b4050a
parent2f8964634918bdf09107c49a2d5ca62460091e54
bpo-30714: ALPN changes for OpenSSL 1.1.0f

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>
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]