[issue37081] Test with OpenSSL 1.1.1c

2019-06-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: Duplicate of #35998 -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> test_asyncio: test_start_tls_server_1() TimeoutError on Fedora 29 ___ Python tracker

[issue37081] Test with OpenSSL 1.1.1c

2019-06-03 Thread miss-islington
miss-islington added the comment: New changeset 3344197040fe1b05a3244bdb16d429f4647f35b8 by Miss Islington (bot) in branch '3.7': [3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782) https://github.com/python/cpython/commit/3344197040fe1b05a3244bdb16d429f4647f35b8 -- nosy

[issue37081] Test with OpenSSL 1.1.1c

2019-06-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +13667 pull_request: https://github.com/python/cpython/pull/13782 ___ Python tracker ___ __

[issue37081] Test with OpenSSL 1.1.1c

2019-06-03 Thread Christian Heimes
Christian Heimes added the comment: New changeset 06651ee418b5e4e013195d6b702763a1220706a7 by Christian Heimes in branch 'master': bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) https://github.com/python/cpython/commit/06651ee418b5e4e013195d6b702763a1220706a7 -- ___

[issue37081] Test with OpenSSL 1.1.1c

2019-05-28 Thread Ned Deily
Ned Deily added the comment: Should we update the Windows and Mac installers to 1.1.1c now? -- nosy: +ned.deily ___ Python tracker ___

[issue37081] Test with OpenSSL 1.1.1c

2019-05-28 Thread Charalampos Stratakis
Charalampos Stratakis added the comment: Also those failures are recorded on the Fedora buildbot, it seems to be happening randomly: https://buildbot.python.org/all/#/workers/32 -- ___ Python tracker __

[issue37081] Test with OpenSSL 1.1.1c

2019-05-28 Thread Christian Heimes
Christian Heimes added the comment: Ah, thanks! I forgot about that bug. The test suite is aready failing with OpenSSL 1.1.1b. -- ___ Python tracker ___ _

[issue37081] Test with OpenSSL 1.1.1c

2019-05-28 Thread Charalampos Stratakis
Charalampos Stratakis added the comment: Reported here: https://bugs.python.org/issue35998 -- nosy: +cstratak ___ Python tracker ___ __

[issue37081] Test with OpenSSL 1.1.1c

2019-05-28 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +13531 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13631 ___ Python tracker ___

[issue37081] Test with OpenSSL 1.1.1c

2019-05-28 Thread Christian Heimes
Christian Heimes added the comment: test_start_tls_server_1 is failing reproducible with OpenSSL 1.1.1c on Linux (Fedora 29). == ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)

[issue37081] Test with OpenSSL 1.1.1c

2019-05-28 Thread Christian Heimes
New submission from Christian Heimes : OpenSSL 1.1.1c is out, https://github.com/openssl/openssl/blob/OpenSSL_1_1_1c/CHANGES -- assignee: christian.heimes components: SSL, Tests messages: 343797 nosy: christian.heimes priority: high severity: normal status: open title: Test with OpenSS