Bug 1135504
| Summary: | java-1.8.0-openjdk: GHASH performance improvement | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Florian Weimer <fweimer> | ||||
| Component: | java-1.8.0-openjdk | Assignee: | jiri vanek <jvanek> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 22 | CC: | ahughes, aph, dbhole, jens.borgland, jvanek, omajid | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | java-1.8.0-openjdk-1.8.0.60-14.b27.fc22 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-01-30 07:41:30 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: | |||||||
| Attachments: |
|
||||||
|
Description
Florian Weimer
2014-08-29 13:22:42 UTC
We've tried using AES-GCM cipher suites in our product but had to revert to CBC suites due to the extremely poor performance. I think this bug should have a very high priority. Current upstream discussion (for JDK 9): <http://mail.openjdk.java.net/pipermail/security-dev/2015-January/011601.html> Most recent webrev so far: <http://cr.openjdk.java.net/~fweimer/8069072/webrev.01/> JDK 9 change was committed upstream: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/054e5baae476 I will wait a few days and propose the backport to JDK 8 after it has soaked a bit in 9. Backport has been committed upstream, for 8u60: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/5923854f14f7 This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 This was fixed in u60: https://bugs.openjdk.java.net/browse/JDK-8069072 |