JDK-8242151 : Improve OID mapping and reuse among JDK security providers for aliases registration
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2020-04-04
  • Updated: 2022-11-09
  • Resolved: 2020-05-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15 b24Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Many JDK security provider registers the supported algorithms with a list of aliases including assigned object identifier(s) and/or commonly known aliases. The same algorithms may be supported by multiple providers and each provider creates the aliases separately. This approach may be fragile and error prone. Instead of hardcoing the same information in various places, we should centralize them and re-use as much as possible.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/62d97ec739db User: valeriep Date: 2020-05-19 04:05:46 +0000
19-05-2020

Changes are covered by running existing regression tests.
04-04-2020