RFR: 8331008: KDF Implementation [v2]

Kevin Driver kdriver at openjdk.org
Thu May 9 16:19:36 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).

Kevin Driver has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains ten additional commits since the last revision:

 - 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:
  - all: https://git.openjdk.org/jdk/pull/18924/files
  - new: https://git.openjdk.org/jdk/pull/18924/files/d85e034a..91ec1b50

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18924&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18924&range=00-01

  Stats: 15184 lines in 194 files changed: 7373 ins; 5565 del; 2246 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