JDK-7169846 : Support SHA-512/224 and SHA-512/256 digests in FIPS 180-4
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 6-pool
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris
  • CPU: generic
  • Submitted: 2012-05-18
  • Updated: 2015-08-16
  • Resolved: 2015-08-16
Related Reports
Duplicate :  
Relates :  
Description
NIST published FIPS 180-4 SHS (Secure Hash Standard) in March 2012 which adds 2 new hash algorithms, i.e. SHA-512/224 and SHA-512/256.

Comments
I've implemented them (and HmacSHA512/224 and HmacSHA512/256) as by-products in my DRBG (known as PRNG) work of NIST SP 800-90.
15-07-2015