RFR: 8288050: Add support of SHA-512/224 and SHA-512/256 to the PBKDF2 and PBES2 impls in SunJCE provider [v2]

Valerie Peng valeriep at openjdk.org
Sun Nov 27 09:09:23 UTC 2022


> This RFE enhances existing PBE algorithms with the "SHA512/224" and "SHA512/256" support. 
> Current transformation parsing in javax.crypto.Cipher class is re-written to handle the additional "/" in the "SHA512/224" and "SHA512/256" algorithm names. Existing tests are updated with the additional new algorithms.

Valerie Peng has updated the pull request incrementally with one additional commit since the last revision:

  remove extra whitespace

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/11339/files
  - new: https://git.openjdk.org/jdk/pull/11339/files/5ca95f82..3bb914b1

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

  Stats: 39 lines in 1 file changed: 0 ins; 9 del; 30 mod
  Patch: https://git.openjdk.org/jdk/pull/11339.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11339/head:pull/11339

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



More information about the security-dev mailing list