[issue25724] SSLv3 test failure on Ubuntu 16.04 LTS

2016-06-16 Thread Martin Panter
Martin Panter added the comment: This patch was also posted to Issue 26867, with a bit more discussion and analysis, so closing as a duplicate. -- resolution: -> duplicate status: open -> closed superseder: -> test_ssl test_options fails on ubuntu 16.04

[issue25724] SSLv3 test failure on Ubuntu 16.04 LTS

2016-05-04 Thread Xiang Zhang
Xiang Zhang added the comment: Ubuntu 16.04 has came out and test_ssl fails. I already opened a issue about it. See issue26867. -- nosy: +xiang.zhang ___ Python tracker

[issue25724] SSLv3 test failure on Ubuntu 16.04 LTS

2016-01-21 Thread Martin Panter
Martin Panter added the comment: This sounds like a Ubuntu-specific hack. Maybe it would be better to adjust the @skip_if_broken_ubuntu_ssl decorator? Also, according to Issue 25530, Python 3.4+ and 2.7 set OP_NO_SSLv3 by default, and according to Issue 23845, maybe some versions of Open SSL

[issue25724] SSLv3 test failure on Ubuntu 16.04 LTS

2016-01-17 Thread SilentGhost
Changes by SilentGhost : -- nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou stage: -> patch review versions: +Python 3.6 ___ Python tracker

[issue25724] SSLv3 test failure on Ubuntu 16.04 LTS

2016-01-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: >From a procedural point of view, I think it would be reasonable to wait for >the 16.04 release (or at least feature freeze), in case there are other >breakages pending. -- versions: +Python 2.7 ___ Python tracker

[issue25724] SSLv3 test failure on Ubuntu 16.04 LTS

2015-11-24 Thread Marc Deslauriers
New submission from Marc Deslauriers: In order to disable SSLv3 in OpenSSL without breaking ABI, Ubuntu 16.04 LTS will ship with OP_NO_SSLv3 forced on by default. This is causing the test_ssl.py test to fail. Attached is a patch to fix the issue. -- components: Tests files: