Bug 1062924
| Summary: | Several issues with hash algorithm selection in cipher suites | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Backes <rtc> |
| Component: | openssl | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | tmraz |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-10 10:57:20 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: | |
| Embargoed: | |||
|
Description
Peter Backes
2014-02-08 19:18:02 UTC
This is request for upstream, please report in by mail to rt. Note that the weaknesses of SHA-1 and also the birthday attack on collisions does not apply to the use of HMAC-SHA for message authentication. So the real required strength (not a "strength required by standard" though) for AES256 is HMAC-SHA256 and not HMAC-SHA512. I am not an expert on cryptography, but two points: - It is not obvious to me that collision attacks pose no threat under any circumstances in this context. It seems like a plausible conjecture, at first sight. But it may be wrong! Do you have a formal source that clearly says it's okay, and explains why? - Let us assume you are right. Then, how is it to be explained that AES256 with SHA384 occurs in the list, as well as other combinations where the hash has more bits than the key of the block cipher? If you were right, it would be quite pointless! I don't know whether you are right or whether there is some rationale to do this, or whether I misunderstood something completely, but the question should definitely be investigated. I reported all bugs opened yesterday upstream as well. |