-
Enhancement
-
Resolution: Unresolved
-
P3
-
24
-
generic
-
generic
Now that JDK 24 has HKDF support through the KDF API. We can refactor TLS to use the official KDF API instead of the internal HKDF impl. Same goes for the DHKEM impl in the SunJCE provider which uses the internal HKDF impl as well.
- relates to
-
JDK-8331008 Implement JEP 478: Key Derivation Function API (Preview)
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/24393