-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b09
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8130160 | 6u105 | Sean Coffey | P3 | Resolved | Fixed | b04 |
JDK-8051032 | 6u91 | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8042903 | 6u85 | Sean Coffey | P3 | Resolved | Fixed | b05 |
The PKCS12 KeyStore implementation calls secureRandom.generateSeed(). That method should only be used if pure entropy is required as it will sometimes be slow. This is not the case here and the code should be changed to call nextBytes().
- backported by
-
JDK-8042903 PKCS12 KeyStore should not call secureRandom.generateSeed()
- Resolved
-
JDK-8051032 PKCS12 KeyStore should not call secureRandom.generateSeed()
- Resolved
-
JDK-8130160 PKCS12 KeyStore should not call secureRandom.generateSeed()
- Resolved
- duplicates
-
JDK-8014224 KeyStore.store takes several minutes on PKCS12
- Closed
- relates to
-
JDK-8042904 apple.security.KeychainStore.getSalt() calling generateSeed()
- Resolved