[New-bugs-announce] [issue23345] test_ssl fails on OS X 10.10.2 with latest patch level of OpenSSL libs

Ned Deily report at bugs.python.org
Thu Jan 29 03:04:12 CET 2015


New submission from Ned Deily:

With the latest maintenance release of OS X 10.10 (10.10.2), the OpenSSL libs have reached a patch level that fails the sanity test in test_ssl:

test_ssl: testing with 'OpenSSL 0.9.8zc 15 Oct 2014' (0, 9, 8, 28, 15)
          under Mac ('10.10.2', ('', '', ''), 'x86_64')
          HAS_SNI = True
          OP_ALL = 0x     7ff
[...]
======================================================================
FAIL: test_openssl_version (test.test_ssl.BasicSocketTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/py/dev/3x/source/Lib/test/test_ssl.py", line 309, in test_openssl_version
    self.assertLessEqual(patch, 26)
AssertionError: 28 not less than or equal to 26

Is there anything special about 26 or can the value just be bumped?

----------
messages: 234935
nosy: ned.deily, pitrou
priority: critical
severity: normal
stage: needs patch
status: open
title: test_ssl fails on OS X 10.10.2 with latest patch level of OpenSSL libs
versions: Python 2.7, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23345>
_______________________________________


More information about the New-bugs-announce mailing list