JDK-8241328 : Need to update security providers guide for SunJCE provider for new support
  • Type: Sub-task
  • Component: docs
  • Sub-Component: guides
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-03-19
  • Updated: 2020-04-17
  • Resolved: 2020-04-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15Fixed
Description
Using JDK9's doc/guide as an example:
https://docs.oracle.com/javase/9/security/oracleproviders.htm#JSSEC-GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7

We need to update the list of supported algorithms by SunJCE provider for JDK-8172680 as following:
1) for KeyGenerator: add HmacSHA512/224, HmacSHA512/256, HmacSHA3-224, HmacSHA3-256, HmacSHA3-384,  HmacSHA3-512
2) for Mac: add HmacSHA3-224, HmacSHA3-256, HmacSHA3-384,  HmacSHA3-512