jdk icon indicating copy to clipboard operation
jdk copied to clipboard

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

Open driverkt opened this issue 7 months ago • 26 comments

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.

Work was begun in another PR.


Progress

  • [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [ ] Change requires CSR request JDK-8331009 to be approved
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] Change requires a JEP request to be targeted

Issues

  • JDK-8331008: Implement JEP 478: Key Derivation Function API (Preview) (Enhancement - P3)
  • JDK-8189808: JEP 478: Key Derivation Function API (Preview) (JEP)
  • JDK-8331009: Implement JEP 478: Key Derivation Function API (Preview) (CSR)

Reviewers

Contributors

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/20301/head:pull/20301
$ git checkout pull/20301

Update a local copy of the PR:
$ git checkout pull/20301
$ git pull https://git.openjdk.org/jdk.git pull/20301/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 20301

View PR using the GUI difftool:
$ git pr show -t 20301

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/20301.diff

Webrev

Link to Webrev Comment

driverkt avatar Jul 23 '24 16:07 driverkt