]> granicus.if.org Git - python/commit
bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305)
authorChristian Heimes <christian@python.org>
Tue, 15 Aug 2017 08:33:43 +0000 (10:33 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2017 08:33:43 +0000 (10:33 +0200)
commit7b40cb7293cb14e5c7c8ed123efaf9acb33edae2
tree6cd0b399316af58fac738d8c0b153bd311b4050a
parent2f8964634918bdf09107c49a2d5ca62460091e54
bpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305)

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]