On Thu, 10 Sep 2020 01:58:09 GMT, Valerie Peng <[email protected]> wrote:
> Could someone please help review this RFE? > > Enhance default JDK providers except SunPKCS11 with signatures using SHA-3 > family of digests. SunPKCS11 provider will > be updated separately (JDK-8242332). > This changes covers SUN, SunRsaSign, and SunEC providers. Changes are > straightforward, just add SHA-3 digests to > various signature algorithms. > Please review the corresponding CSR as well. It's at: > https://bugs.openjdk.java.net/browse/JDK-8252260 > > Thanks! > Valerie This pull request has now been integrated. Changeset: 40206822 Author: Valerie Peng <[email protected]> URL: https://git.openjdk.java.net/jdk/commit/40206822 Stats: 681 lines in 20 files changed: 10 ins; 588 del; 83 mod 8172366: Support SHA-3 based signatures Enhance default JDK providers including SUN, SunRsaSign, and SunEC, with signatures using SHA-3 family of digests. Reviewed-by: xuelei ------------- PR: https://git.openjdk.java.net/jdk/pull/102
