Created
March 21, 2014 17:16
-
-
Save 0-wiz-0/9691100 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: test_set_default_verify_paths (OpenSSL.test.test_ssl.ContextTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/scratch/security/py-OpenSSL/work/pyOpenSSL-0.14/OpenSSL/test/test_ssl.py", line 933, in test_set_default_verify_paths | |
clientSSL.do_handshake() | |
File "/scratch/security/py-OpenSSL/work/pyOpenSSL-0.14/OpenSSL/SSL.py", line 1076, in do_handshake | |
self._raise_ssl_error(self._ssl, result) | |
File "/scratch/security/py-OpenSSL/work/pyOpenSSL-0.14/OpenSSL/SSL.py", line 871, in _raise_ssl_error | |
_raise_current_error() | |
File "/scratch/security/py-OpenSSL/work/pyOpenSSL-0.14/OpenSSL/_util.py", line 22, in exception_from_error_queue | |
raise exceptionType(errors) | |
OpenSSL.SSL.Error: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')] | |
====================================================================== | |
FAIL: test_set_verify_callback_exception (OpenSSL.test.test_ssl.ContextTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/scratch/security/py-OpenSSL/work/pyOpenSSL-0.14/OpenSSL/test/test_ssl.py", line 1002, in test_set_verify_callback_exception | |
Exception, self._handshake_test, serverContext, clientContext) | |
File "/scratch/security/py-OpenSSL/work/pyOpenSSL-0.14/OpenSSL/test/util.py", line 270, in failUnlessRaises | |
% (exception.__name__, result)) | |
AssertionError: Exception not raised (None returned) | |
====================================================================== | |
FAIL: test_digest (OpenSSL.test.test_crypto.X509Tests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/scratch/security/py-OpenSSL/work/pyOpenSSL-0.14/OpenSSL/test/test_crypto.py", line 1454, in test_digest | |
b("A8:EB:07:F8:53:25:0A:F2:56:05:C5:A5:C4:C4:C7:15")) | |
AssertionError: b'C1:B5:90:A4:41:11:C8:30:BF:D4:AA:78:13:46:66:59' != b'A8:EB:07:F8:53:25:0A:F2:56:05:C5:A5:C4:C4:C7:15' | |
---------------------------------------------------------------------- | |
Ran 341 tests in 6.514s | |
FAILED (failures=2, errors=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment