On Fri, 10 May 2024 22:11:04 GMT, Kevin Driver <kdri...@openjdk.org> wrote:
>> Introduce an API for Key Derivation Functions (KDFs), which are >> cryptographic algorithms for deriving additional keys from a secret key and >> other data. See [JEP 478](https://openjdk.org/jeps/478). > > Kevin Driver has updated the pull request incrementally with three additional > commits since the last revision: > > - remove x on file > - remove x on file > - additional tests test/jdk/javax/crypto/KDF/Functions.java line 64: > 62: } > 63: > 64: // test(HKDFParameterSpec.extract().extractOnly()); re-enable pending decision on empty IKM && salt list test/jdk/javax/crypto/KDF/Functions.java line 65: > 63: > 64: // test(HKDFParameterSpec.extract().extractOnly()); > 65: // test(HKDFParameterSpec.extract().andExpand(new byte[0], 32)); re-enable pending decision on empty IKM && salt list ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1597264617 PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1597264689