RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v86]

Kevin Driver kdriver at openjdk.org
Tue Jul 16 15: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 pull request now contains 106 commits:

 - Merge remote-tracking branch 'origin/master' into kdf-jep-wip
   # Please enter a commit message to explain why this merge is necessary,
   # especially if it merges an updated upstream into a topic branch.
   #
   # Lines starting with '#' will be ignored, and an empty message aborts
   # the commit.
 - Merge remote-tracking branch 'origin/master' into kdf-jep-wip
   # Please enter a commit message to explain why this merge is necessary,
   # especially if it merges an updated upstream into a topic branch.
   #
   # Lines starting with '#' will be ignored, and an empty message aborts
   # the commit.
 - code review comment
 - minor code-review comments
 - Merge remote-tracking branch 'origin/master' into kdf-jep-wip
   # Please enter a commit message to explain why this merge is necessary,
   # especially if it merges an updated upstream into a topic branch.
   #
   # Lines starting with '#' will be ignored, and an empty message aborts
   # the commit.
 - Merge remote-tracking branch 'origin/master' into kdf-jep-wip
   # Please enter a commit message to explain why this merge is necessary,
   # especially if it merges an updated upstream into a topic branch.
   #
   # Lines starting with '#' will be ignored, and an empty message aborts
   # the commit.
 - Merge remote-tracking branch 'origin/master' into kdf-jep-wip
   # Please enter a commit message to explain why this merge is necessary,
   # especially if it merges an updated upstream into a topic branch.
   #
   # Lines starting with '#' will be ignored, and an empty message aborts
   # the commit.
 - Merge remote-tracking branch 'origin/master' into kdf-jep-wip
   # Please enter a commit message to explain why this merge is necessary,
   # especially if it merges an updated upstream into a topic branch.
   #
   # Lines starting with '#' will be ignored, and an empty message aborts
   # the commit.
 - Merge remote-tracking branch 'origin/master' into kdf-jep-wip
   # Please enter a commit message to explain why this merge is necessary,
   # especially if it merges an updated upstream into a topic branch.
   #
   # Lines starting with '#' will be ignored, and an empty message aborts
   # the commit.
 - javadoc formatting
 - ... and 96 more: https://git.openjdk.org/jdk/compare/419cc462...5236eb60

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

Changes: https://git.openjdk.org/jdk/pull/18924/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18924&range=85
  Stats: 2249 lines in 14 files changed: 2248 ins; 0 del; 1 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