]> granicus.if.org Git - python/commit
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)
authorChristian Heimes <christian@python.org>
Tue, 15 Aug 2017 08:55:03 +0000 (10:55 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2017 08:55:03 +0000 (10:55 +0200)
commit05b7d9c6675b71d17f5fcf379b3888fba431f14e
tree04cd8b01555a52a7217459448735eb3bf5fe7612
parentfe8d9dc479a96ef490034107e7d4a6228b4be140
[2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094)

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]