| Summary: | python-2.7.5-34 breaks hashlib (md4) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Thomas Lang <thomas.koppe> | ||||
| Component: | python | Assignee: | Charalampos Stratakis <cstratak> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Branislav Náter <bnater> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 7.1 | CC: | bnater, cstratak, fkrska, hartsjc, isenfeld, jberan, lmiksik, ovasik, pviktori, toconnor | ||||
| Target Milestone: | rc | Keywords: | Patch, Regression, ZStream | ||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | python-2.7.5-38.el7 | Doc Type: | Bug Fix | ||||
| Doc Text: |
Cause: Uninitialized function in _hashlib library
Consequence: Some hashlib algorithms do not work
Fix: Initialize OpenSSL_add_all_digests function in _hashlib library
Result: Hashlib algorithms work
|
Story Points: | --- | ||||
| Clone Of: | |||||||
| : | 1318319 1371132 (view as bug list) | Environment: | |||||
| Last Closed: | 2016-11-03 20:15:52 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1203710, 1289025, 1305230 | ||||||
| Attachments: |
|
||||||
|
Description
Thomas Lang
2016-01-04 15:15:08 UTC
Created attachment 1111776 [details]
Initialize OpenSSL_add_all_digests in _hashlib
This is caused by not initializing OpenSSL_add_all_digests function in _hashlib library, I've attached patch which will fix the issue. *** Bug 1316629 has been marked as a duplicate of this bug. *** I just got the Update of python-2.7.5-38.el7 on RHEL 7.2 and this is still not fixed. Hi, This fix will be released in rhel-7.3. It is not present in current rhel-7.2 version of python (python-2.7.5-38.el7_2). Latest released python package contains mainly security fixes. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2586.html |