-
Bug
-
Resolution: Fixed
-
P3
-
7u311, 8u301, 11.0.12
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8269330 | 11.0.12.0.1-oracle | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8267777 | 11.0.12-oracle | Sean Coffey | P3 | Resolved | Fixed | b06 |
JDK-8267975 | 11.0.12 | Martin Doerr | P3 | Resolved | Fixed | b05 |
JDK-8267741 | 8u311 | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8267788 | 8u301 | Sean Coffey | P3 | Resolved | Fixed | b07 |
JDK-8267742 | 7u321 | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8267784 | 7u311 | Sean Coffey | P3 | Resolved | Fixed | b07 |
Calling keyStore.load() on file: file:trust.jks, type: PKCS12, password:password
Exception in thread "main" java.io.IOException: Integrity check failed: java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available
at java.base/sun.security.pkcs12.PKCS12KeyStore.engineLoad(PKCS12KeyStore.java:2167)
at java.base/sun.security.util.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:222)
at java.base/java.security.KeyStore.load(KeyStore.java:1479)
at LoadKeyStore.main(LoadKeyStore.java:33)
Caused by: java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available
at java.base/javax.crypto.Mac.getInstance(Mac.java:191)
at java.base/sun.security.pkcs12.PKCS12KeyStore.engineLoad(PKCS12KeyStore.java:2145)
... 3 more
- backported by
-
JDK-8267741 Revert the change to the default PKCS12 macAlgorithm and macIterationCount props for 11u/8u/7u
- Resolved
-
JDK-8267742 Revert the change to the default PKCS12 macAlgorithm and macIterationCount props for 11u/8u/7u
- Resolved
-
JDK-8267777 Revert the change to the default PKCS12 macAlgorithm and macIterationCount props for 11u/8u/7u
- Resolved
-
JDK-8267784 Revert the change to the default PKCS12 macAlgorithm and macIterationCount props for 11u/8u/7u
- Resolved
-
JDK-8267788 Revert the change to the default PKCS12 macAlgorithm and macIterationCount props for 11u/8u/7u
- Resolved
-
JDK-8267975 Revert the change to the default PKCS12 macAlgorithm and macIterationCount props for 11u/8u/7u
- Resolved
-
JDK-8269330 Revert the change to the default PKCS12 macAlgorithm and macIterationCount props for 11u/8u/7u
- Resolved
- csr for
-
JDK-8267701 Revert the change to the default PKCS12 macAlgorithm and macIterationCount props for 11u/8u/7u
- Closed
- relates to
-
JDK-8267837 JDK 7u/8u PKCS12KeyStore.parseAlgParameters exception
- Closed
-
JDK-8153005 Upgrade the default PKCS12 encryption/MAC algorithms
- Resolved