RFR: 8172366: Support SHA-3 based signatures [v3]
Valerie Peng
valeriep at openjdk.java.net
Mon Sep 14 22:41:55 UTC 2020
> 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
Valerie Peng has updated the pull request incrementally with one additional commit since the last revision:
Update RSAPSSSignature.java
Updated the KnownOIDs lookup code inside validateSigParams to check for unsupported digest algorithms.
Changed checkKeyLength() to throw InvalidKeyException instead of SignatureException and adjusted caller code
accordingly.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/102/files
- new: https://git.openjdk.java.net/jdk/pull/102/files/01086f33..5a61f447
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=102&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=102&range=01-02
Stats: 50 lines in 1 file changed: 18 ins; 8 del; 24 mod
Patch: https://git.openjdk.java.net/jdk/pull/102.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/102/head:pull/102
PR: https://git.openjdk.java.net/jdk/pull/102
More information about the security-dev
mailing list