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() |
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
============================================================================================= short test summary info ============================================================================================== | |
SKIP [1] /archive/foreign/py-cryptography/tests/hazmat/backends/test_openssl.py:142: Requires an older OpenSSL | |
SKIP [1] /usr/pkg/lib/python3.3/site-packages/_pytest/skipping.py:132: Requires an older OpenSSL. Must be < 1.0.1 | |
SKIP [3] /archive/foreign/py-cryptography/tests/utils.py:62: Does not support CAST5 CTR (<cryptography.hazmat.backends.openssl.backend.Backend object at 0x7f7ff35ae560>) | |
SKIP [2] /archive/foreign/py-cryptography/tests/hazmat/bindings/test_openssl.py:42: Not using the fallback Python locking callback implementation. Probably because import _ssl set one | |
SKIP [6] /usr/pkg/lib/python3.3/site-packages/_pytest/skipping.py:132: CommonCrypto not available | |
==================================================================================== 66041 passed, 13 skipped in 165.74 seconds ===== |