-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b150
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8290296 | 8u351 | Sean Coffey | P4 | Resolved | Fixed | b04 |
Constructing/initializing/using some engine classes when java.security.debug=provider will result in a NullPointerException.
Affected classes:
java/security/KeyStore
java/security/MessageDigest
java/security/SecureRandom
javax/crypto/KeyAgreement
javax/crypto/KeyGenerator
javax/crypto/Mac
javax/crypto/Cipher
(This issues causes javax/crypto/NullCipher/TestNPE.java to fail when java.security.debug=provider).
Affected classes:
java/security/KeyStore
java/security/MessageDigest
java/security/SecureRandom
javax/crypto/KeyAgreement
javax/crypto/KeyGenerator
javax/crypto/Mac
javax/crypto/Cipher
(This issues causes javax/crypto/NullCipher/TestNPE.java to fail when java.security.debug=provider).
- backported by
-
JDK-8290296 NPE in JCE engine classes with java.security.debug=provider
- Resolved
- relates to
-
JDK-8165751 NPE hit with java.security.debug=provider
- Closed
-
JDK-8056026 Debug security logging should print Provider used for each crypto operation
- Resolved