Re: RFR: 8172366: Support SHA-3 based signatures [v4]

2020-09-15 Thread Valerie Peng
On Tue, 15 Sep 2020 11:54:19 GMT, Sean Mullan wrote: >> Valerie Peng has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update DSA.java >> >> Removed the trailing white spaces in previous update. > > The new constants in MGF1ParameterS

Re: RFR: 8172366: Support SHA-3 based signatures [v4]

2020-09-15 Thread Sean Mullan
On Tue, 15 Sep 2020 01:34:56 GMT, Valerie Peng 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,

Re: RFR: 8172366: Support SHA-3 based signatures [v4]

2020-09-14 Thread Xue-Lei Andrew Fan
On Tue, 15 Sep 2020 01:34:56 GMT, Valerie Peng 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,

Re: RFR: 8172366: Support SHA-3 based signatures [v4]

2020-09-14 Thread Valerie Peng
On Thu, 10 Sep 2020 17:12:45 GMT, Xue-Lei Andrew Fan wrote: >> Valerie Peng has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update DSA.java >> >> Removed the trailing white spaces in previous update. > > src/java.base/share/classes/

Re: RFR: 8172366: Support SHA-3 based signatures [v4]

2020-09-14 Thread Valerie Peng
> 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 > straightforwar