JDK-6840752 : Provide out-of-the-box support for ECC algorithms
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-05-13
  • Updated: 2015-05-18
  • Resolved: 2009-08-14
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 7
7 b70Fixed
Related Reports
Relates :  
Relates :  
Description
ECC is a highly efficient public-key mechanism. Compared to common public-key crypto
systems such as RSA and DSA it offers equivalent security but with smaller key sizes.
This results in lower cost in terms of processor speed, memory and bandwidth requirements, and power consumption.

Add an implementation of Elliptic Curve Cryptographic algorithms to our
cryptographic providers. Although JDK6 includes some support of ECC in the
PKCS#11 provider and the SSL implementation, it is dependent on external
libraries that need to be separately installed and configured. This feature
will make the benefits of ECC available to all Java applications out-of-the-box.

Comments
EVALUATION Yes - make it so.
12-08-2009

PUBLIC COMMENTS Targeting Milestone 5.
13-05-2009