On Wed, 23 Nov 2022 23:39:03 GMT, Valerie Peng <valer...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 7eff5787 Author: Valerie Peng <valer...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/7eff578768454445a937c1569abab3d9b06c1313 Stats: 418 lines in 26 files changed: 259 ins; 28 del; 131 mod 8288050: Add support of SHA-512/224 and SHA-512/256 to the PBKDF2 and PBES2 impls in SunJCE provider Reviewed-by: weijun ------------- PR: https://git.openjdk.org/jdk/pull/11339