[issue32378] test_npn_protocols broken with LibreSSL 2.6.1+

2018-03-02 Thread Bernard Spil
Bernard Spil added the comment: My pleasure! Glad we sorted this out for no-nextprotoneg and LibreSSL :D -- ___ Python tracker

[issue32378] test_npn_protocols broken with LibreSSL 2.6.1+

2018-02-25 Thread Christian Heimes
Christian Heimes added the comment: NPN issue has been fixed in BPO #30622. Thanks for your help! -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Fix NPN guard for OpenSSL 1.1

[issue32378] test_npn_protocols broken with LibreSSL 2.6.1+

2018-01-26 Thread Bernard Spil
Bernard Spil added the comment: See also https://github.com/python/cpython/pull/5343 Note: I am Sp1l on Github, spil here, CLA has been signed. -- nosy: +spil pull_requests: +5190 ___ Python tracker

[issue32378] test_npn_protocols broken with LibreSSL 2.6.1+

2018-01-20 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +5100 ___ Python tracker ___ ___

[issue32378] test_npn_protocols broken with LibreSSL 2.6.1+

2017-12-19 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +4824 stage: -> patch review ___ Python tracker ___

[issue32378] test_npn_protocols broken with LibreSSL 2.6.1+

2017-12-19 Thread Christian Heimes
New submission from Christian Heimes : 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)