RFR: 8328119: Support HKDF in SunPKCS11 (Preview) [v9]
Martin Balao
mbalao at openjdk.org
Wed Jan 8 02:31:40 UTC 2025
On Wed, 8 Jan 2025 00:54:02 GMT, Valerie Peng <valeriep at openjdk.org> wrote:
>> Martin Balao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Minor changes based on review. Copyright date adjustments.
>>
>> Co-authored-by: Martin Balao Alonso <mbalao at redhat.com>
>> Co-authored-by: Francisco Ferrari Bihurriet <fferrari at redhat.com>
>
> src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java line 552:
>
>> 550: String P11Signature = "sun.security.pkcs11.P11Signature";
>> 551: String P11PSSSignature = "sun.security.pkcs11.P11PSSSignature";
>> 552: String P11KDF = "sun.security.pkcs11.P11KDF";
>
> `P11KDF` should be `P11HKDF` with the latest renaming, i.e. both the var name and the class name.
That's right. Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22215#discussion_r1906255801
More information about the security-dev
mailing list