RFR: 8331008: KDF Implementation

Kevin Driver kdriver at openjdk.org
Wed May 8 18:44:19 UTC 2024


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).

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

Commit messages:
 - move the test to the correct directory, which was already created
 - tests passing
 - start deriveKey
 - remove SHA224 mentions
 - remove SHA224 mentions
 - additional helper methods
 - parameter validation for impl
 - parameter validation for impl
 - initial commit into open

Changes: https://git.openjdk.org/jdk/pull/18924/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18924&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8331008
  Stats: 1840 lines in 9 files changed: 1840 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/18924.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18924/head:pull/18924

PR: https://git.openjdk.org/jdk/pull/18924



More information about the security-dev mailing list