-
Sub-task
-
Resolution: Delivered
-
P4
-
8u371, 11.0.19-oracle, 17.0.7-oracle
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8304284 | 11.0.19-oracle | Nibedita Jena | P4 | Resolved | Delivered | |
JDK-8304285 | 8u371 | Nibedita Jena | P4 | Resolved | Delivered |
Applications using the Dell BSAFE Crypto-J 3rd party security provider may encounter an IOException if decoding DH or DSA algorithm parameters with the following exception:
`Exception in thread "main" java.io.IOException: Could not decode parameters.
at com.rsa.cryptoj.o.ms.engineInit(Unknown Source)
at java.security.AlgorithmParameters.init(AlgorithmParameters.java:293)`
Dell BSAFE Crypto-J version 6.2.6.2 has been released to address this issue. Applications using this provider should upgrade to that version or later. For applications on older versions of this provider, an interoperability fix has been added to this release of the JDK.
`Exception in thread "main" java.io.IOException: Could not decode parameters.
at com.rsa.cryptoj.o.ms.engineInit(Unknown Source)
at java.security.AlgorithmParameters.init(AlgorithmParameters.java:293)`
Dell BSAFE Crypto-J version 6.2.6.2 has been released to address this issue. Applications using this provider should upgrade to that version or later. For applications on older versions of this provider, an interoperability fix has been added to this release of the JDK.
- backported by
-
JDK-8304284 Release Note: Crypto-J Exception for Diffie-Hellman and DSA AlgorithmParameters Requests
- Resolved
-
JDK-8304285 Release Note: Crypto-J Exception for Diffie-Hellman and DSA AlgorithmParameters Requests
- Resolved