Integrated: 8331008: Implement JEP 478: Key Derivation Function API (Preview)

Kevin Driver kdriver at openjdk.org
Tue Nov 5 21:11:15 UTC 2024


On Tue, 23 Jul 2024 16:29:40 GMT, Kevin Driver <kdriver at 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).
> 
> Work was begun in [another PR](https://github.com/openjdk/jdk/pull/18924).

This pull request has now been integrated.

Changeset: 2a1ae0ff
Author:    Kevin Driver <kdriver at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2a1ae0ff89a8ac364206b09059d9dc884adcc5ac
Stats:     3321 lines in 17 files changed: 3320 ins; 0 del; 1 mod

8331008: Implement JEP 478: Key Derivation Function API (Preview)

Co-authored-by: Rajan Halade <rhalade at openjdk.org>
Co-authored-by: Weijun Wang <weijun at openjdk.org>
Co-authored-by: Valerie Peng <valeriep at openjdk.org>
Reviewed-by: weijun, valeriep

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

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


More information about the security-dev mailing list