RFR: 8331008: KDF Implementation [v6]

Kevin Driver kdriver at openjdk.org
Fri May 10 14:56:55 UTC 2024


On Wed, 8 May 2024 20:29:01 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Kevin Driver has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   change algorithm standard name for HKDFs in SunJCE provider
>
> 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.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1596857992



More information about the security-dev mailing list