Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f #3093

Merged
merged 1 commit into from
Aug 15, 2017

Conversation

tiran
Copy link
Member

@tiran tiran commented Aug 15, 2017

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 openssl/openssl#3158 for more details

Signed-off-by: Christian Heimes christian@python.org
(cherry picked from commit a5c1bab)

https://bugs.python.org/issue30714

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 openssl/openssl#3158 for more details

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit a5c1bab)
@tiran tiran merged commit 7f6a13b into python:3.6 Aug 15, 2017
@tiran tiran deleted the backport-a5c1bab-3.6 branch August 15, 2017 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants