On Fri, 10 May 2024 14:50:51 GMT, Kevin Driver <kdri...@openjdk.org> wrote:
>> src/java.base/share/classes/com/sun/crypto/provider/SunJCE.java line 463: >> >>> 461: * Key Derivation engines >>> 462: */ >>> 463: ps("KDF", "HKDF/HmacSHA256", >> >> In the JEP, the example uses "HkdfSHA256". The JEP should be updated if the >> above format is going to be used instead. > > Will use the format "HKDFWithHmacSHA256" as discussed below. Also updated the JEP text. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1596860799