Message234935
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? |
|
Date |
User |
Action |
Args |
2015-01-29 02:04:12 | ned.deily | set | recipients:
+ ned.deily, pitrou |
2015-01-29 02:04:12 | ned.deily | set | messageid: <1422497052.81.0.264375405718.issue23345@psf.upfronthosting.co.za> |
2015-01-29 02:04:12 | ned.deily | link | issue23345 messages |
2015-01-29 02:04:11 | ned.deily | create | |
|