Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8314066 | 17.0.9-oracle | Raymond Gallardo | P3 | Closed | Delivered | |
JDK-8314065 | 11.0.21-oracle | Raymond Gallardo | P3 | Closed | Delivered |
https://docs.oracle.com/en/java/javase/20/security/oracle-providers.html#GUID-17E3589E-E4BA-4881-9B12-9880DD2D128D
SunRsaSign provider does not support <digest>withRSAandMGF1 Signature algorithms, but in the above guide, it lists these Signature algorithms:
SHA1withRSAandMGF1
SHA224withRSAandMGF1
SHA256withRSAandMGF1
SHA384withRSAandMGF1
SHA512withRSAandMGF1
SHA512/224withRSAandMGF1
SHA512/256withRSAandMGF1
These should be removed.
SunRsaSign provider does not support <digest>withRSAandMGF1 Signature algorithms, but in the above guide, it lists these Signature algorithms:
SHA1withRSAandMGF1
SHA224withRSAandMGF1
SHA256withRSAandMGF1
SHA384withRSAandMGF1
SHA512withRSAandMGF1
SHA512/224withRSAandMGF1
SHA512/256withRSAandMGF1
These should be removed.
- backported by
-
JDK-8314065 Supported algorithms list for SunRsaSign provider is incorrect
-
- Closed
-
-
JDK-8314066 Supported algorithms list for SunRsaSign provider is incorrect
-
- Closed
-