RFR: 8331008: Implement JEP 478: Key Derivation Function API (Preview) [v10]
Kevin Driver
kdriver at openjdk.org
Fri Aug 2 19:19:54 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).
>
> Work was begun in [another PR](https://github.com/openjdk/jdk/pull/18924).
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 16 additional commits since the last revision:
- update test to include Spi updates
- Update with latest from master
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.
- add engineGetKDFParameters to the KDFSpi
- code review comment fix for javadoc specification
- change course on null return values from derive methods
- code review comments
- threading refactor + code review comments
- review comments
- review comments
- update code snippet type in KDF
- ... and 6 more: https://git.openjdk.org/jdk/compare/d5bcb5a2...dd2ee48f
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20301/files
- new: https://git.openjdk.org/jdk/pull/20301/files/07d94056..dd2ee48f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20301&range=09
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20301&range=08-09
Stats: 19528 lines in 644 files changed: 10387 ins; 6246 del; 2895 mod
Patch: https://git.openjdk.org/jdk/pull/20301.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20301/head:pull/20301
PR: https://git.openjdk.org/jdk/pull/20301
More information about the security-dev
mailing list