Back to bug 1318319

Who When What Removed Added
Charalampos Stratakis 2016-03-16 13:45:40 UTC Assignee python-maint mcyprian
Charalampos Stratakis 2016-03-16 13:47:12 UTC Blocks 1289025, 1305230
Charalampos Stratakis 2016-03-16 13:52:47 UTC Status NEW ASSIGNED
Depends On 1295459
Lukáš Zachar 2016-03-18 17:30:24 UTC Doc Text Cause:

Consequence:
md4 has is not availabble

Workaround (if any):

Result:
Target Milestone alpha beta
Doc Type Bug Fix Known Issue
Charalampos Stratakis 2016-03-21 13:12:20 UTC Depends On 1278429
Petr Viktorin 2016-03-24 09:43:31 UTC CC pviktori
Lenka Špačková 2016-03-24 11:41:12 UTC CC lkuprova
Lenka Špačková 2016-03-24 13:34:12 UTC CC mcyprian
Flags needinfo?(mcyprian)
Michal Cyprian 2016-03-24 13:43:30 UTC Flags needinfo?(mcyprian)
Lenka Špačková 2016-03-24 14:35:41 UTC Doc Text Cause:

Consequence:
md4 has is not availabble

Workaround (if any):

Result:
When the user imports the hashlib module, the OpenSSL_add_all_digests() function is not initialized. As a consequence, the MD4 algorhitm is currently unavailable, and an error "unsupported hash type" is returned.
Charalampos Stratakis 2016-04-06 08:46:04 UTC Status ASSIGNED MODIFIED
errata-xmlrpc 2016-04-12 12:30:42 UTC Status MODIFIED ON_QA
Charalampos Stratakis 2016-04-12 14:06:39 UTC Fixed In Version python27-python-2.7.8-7.el7
Doc Text When the user imports the hashlib module, the OpenSSL_add_all_digests() function is not initialized. As a consequence, the MD4 algorhitm is currently unavailable, and an error "unsupported hash type" is returned. Cause: Not initializing OpenSSL_add_all_digests function in _hashlib library

Consequence: The MD4 algorithm is unavailable, and an error "unsupported hash type" is returned.

Fix: Patch that initializes OpenSSL_add_all_digests function in _hashlib library

Result: The MD4 algorithm is available and no errors occur
Doc Type Known Issue Bug Fix
Charalampos Stratakis 2016-04-12 15:01:52 UTC Fixed In Version python27-python-2.7.8-7.el7 python27-python-2.7.8-10.el6 python27-python-2.7.8-7.el7
Branislav Náter 2016-04-14 11:37:56 UTC QA Contact qe-baseos-apps bnater
John Skeoch 2016-04-18 10:19:25 UTC CC rkuska jberan
errata-xmlrpc 2016-04-20 15:45:00 UTC Status ON_QA VERIFIED
errata-xmlrpc 2016-05-31 00:52:43 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2016-05-31 10:25:35 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2016-05-31 06:25:35 UTC

Back to bug 1318319