-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b15
-
Verified
The fix for JDK-7092821 reorg'd the JDK 12 code to iterate through all of the SunRSASign entries, so SunJSSE now advertises all of the SunRSASign algorithms, including SHA224/256/384/512/512-224/512-256, RSASSA-PSS and others which it didn't do before.
http://hg.openjdk.java.net/jdk/jdk/rev/9af672cab7cb
This should probably removed, along with all of the other old RSA implementation which are only there for compatibility with the pre JDK 1.4 implementations. That could be done under a separate bug or by expanding this bug.
http://hg.openjdk.java.net/jdk/jdk/rev/9af672cab7cb
This should probably removed, along with all of the other old RSA implementation which are only there for compatibility with the pre JDK 1.4 implementations. That could be done under a separate bug or by expanding this bug.
- csr for
-
JDK-8220549 Clean up redundant RSA services in the SunJSSE provider
- Closed
- relates to
-
JDK-8220615 Release Note: Duplicated RSA Services No Longer Supported by SunJSSE Provider
- Closed
-
JDK-7092821 java.security.Provider.getService() is synchronized and became scalability bottleneck
- Resolved