[PATCH] 4963723: Implement SHA-224

Andrew Hughes gnu.andrew at redhat.com
Wed Apr 13 17:58:44 UTC 2016


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?

Thanks,
-- 
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