Bug 2175317
Summary: | Backport JDK-8271199 | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Mike Millson <mmillson> | |
Component: | java-1.8.0-openjdk | Assignee: | Andrew John Hughes <ahughes> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | OpenJDK QA <java-qa> | |
Severity: | unspecified | Docs Contact: | Jacob Taylor Valdez <jvaldez> | |
Priority: | unspecified | |||
Version: | unspecified | CC: | fferrari, jvanek, mbalao, pmikova, sgehwolf | |
Target Milestone: | rc | Keywords: | Triaged, ZStream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | java-1.8.0-openjdk-1.8.0.372.b07-2.el9 | Doc Type: | Bug Fix | |
Doc Text: |
The RSAPSSSignature implementation works with RSA keys via the SunRSASign provider. However, it did not fully check that the RSA key could be used by the provider before attempting to do so, leading to the possibility of errors being returned with custom security providers. The implementation now validates RSA keys and will allow other providers to handle such keys where it can not.
|
Story Points: | --- | |
Clone Of: | ||||
: | 2188023 2188024 2188025 (view as bug list) | Environment: | ||
Last Closed: | 2023-06-26 15:07:14 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2188023, 2188024, 2188025 |
Description
Mike Millson
2023-03-03 21:33:00 UTC
|