-
Sub-task
-
Resolution: Delivered
-
P3
-
11.0.5-oracle, 13
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8223500 | 11.0.5-oracle | Clifford Wayne | P3 | Resolved | Delivered |
The SunJCE implementation of the PBKDF2 SecretKeyFactory will now exclusively use the SunJCE Mac service for the underlying pseudorandom function (PRF). This fixes an issue where 3rd party JCE providers in rare cases could cause the SunJCE PBKDF2 SecretKeyFactory's underlying pseudorandom function (PRF) to fail on `Mac.init()`.
- backported by
-
JDK-8223500 Release Note: Use SunJCE Mac in SecretKeyFactory PBKDF2 Implementation
- Resolved