Description of problem: Calling get_signature_algorithm() fails with an AttributeError Version-Release number of selected component (if applicable): pyOpenSSL-16.0.0-1.fc24.noarch How reproducible: Always Steps to Reproduce: 1. Load X509 certificate 2. call get_signature_algorithm() on the object Actual results: Traceback (most recent call last): File "test.py", line 10, in <module> cert.get_signature_algorithm() File "/usr/lib/python2.7/site-packages/OpenSSL/crypto.py", line 1084, in get_signature_algorithm alg = self._x509.cert_info.signature.algorithm AttributeError: '_cffi_backend.CDataGCP' object has no attribute 'cert_info' Expected results: Certificate signature algorithm returned Additional info: Fixed upstream in https://github.com/pyca/pyopenssl/pull/476 in release 16.1.0
pyOpenSSL-16.2.0-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-1e88f6d54e
pyOpenSSL-16.2.0-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-8b5ff2ceb5
pyOpenSSL-16.2.0-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-8b5ff2ceb5
pyOpenSSL-16.2.0-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-1e88f6d54e
pyOpenSSL-16.2.0-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
pyOpenSSL-16.2.0-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.