This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ned.deily, pitrou
Date 2015-01-29.02:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422497052.81.0.264375405718.issue23345@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-01-29 02:04:12ned.deilysetrecipients: + ned.deily, pitrou
2015-01-29 02:04:12ned.deilysetmessageid: <1422497052.81.0.264375405718.issue23345@psf.upfronthosting.co.za>
2015-01-29 02:04:12ned.deilylinkissue23345 messages
2015-01-29 02:04:11ned.deilycreate