[PATCH] 4963723: Implement SHA-224

Andrew Hughes gnu.andrew at redhat.com
Wed Apr 13 19:22:03 UTC 2016



----- Original Message -----
> * Andrew Hughes <gnu.andrew at redhat.com> [2016-04-13 13:58]:
> > Webrev: http://cr.openjdk.java.net/~andrew/jdk7u/4963723/webrev.02/
> > 8 changeset: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/3e3017eba8ac
> > 
> > This patch has been in IcedTea 2.x since the 2.5.3 release on
> > 2014-10-14. We tried to push it upstream before but it got
> > blocked by Oracle leaving OpenJDK 7. It adds support for
> > SHA-224, a pre-requisite for backporting 7044060.
> > 
> > The 7 version is largely identical to the 8 version, and is
> > the same as the version in IcedTea 2.x. The main difference
> > is we don't add a new public variable SHA224 to
> > java.security.spec.MGF1ParameterSpec to avoid altering
> > the public API. The variable is just a shorthand
> > for new MGF1ParameterSpec("SHA-224") anyway and
> > we just use that in
> > com/sun/crypto/provider/OAEPParameters.java instead.
> > 
> > Ok to finally push?
> 
> Looks okay to me.
> 
> Thanks,
> Omair
> 
> --
> PGP Key: 66484681 (http://pgp.mit.edu/)
> Fingerprint = F072 555B 0A17 3957 4E95  0056 F286 F14F 6648 4681
> 

Thanks!

Pushed:

http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/4ab737317172
-- 
Andrew :)

Senior Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

PGP Key: ed25519/35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04  C5A0 CFDA 0F9B 3596 4222




More information about the jdk7u-dev mailing list