[New-bugs-announce] [issue32378] test_npn_protocols broken with LibreSSL 2.6.1+
Christian Heimes
report at bugs.python.org
Tue Dec 19 13:59:04 EST 2017
New submission from Christian Heimes <lists at cheimes.de>:
LibreSSL 2.6.1 to 2.6.4 have a broken implementation of NPN protocol. 2.6.0 and earlier are fine.
======================================================================
FAIL: test_npn_protocols (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/heimes/dev/python/cpython/Lib/test/test_ssl.py", line 3424, in test_npn_protocols
self.assertEqual(client_result, expected, msg % (client_result, "client"))
AssertionError: None != 'http/1.1' : failed trying ['http/1.1', 'spdy/2'] (s) and ['http/1.1', 'spdy/2'] (c).
was expecting http/1.1, but got None from the client
Upstream issue https://github.com/libressl-portable/portable/issues/368
----------
assignee: christian.heimes
components: SSL
messages: 308669
nosy: christian.heimes
priority: normal
severity: normal
status: open
title: test_npn_protocols broken with LibreSSL 2.6.1+
versions: Python 2.7, Python 3.6, Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32378>
_______________________________________
More information about the New-bugs-announce
mailing list