JDK-8173763 : Two security tests fail with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2017-02-01
  • Updated: 2017-02-10
  • Resolved: 2017-02-02
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 10 JDK 9
10Fixed 9 b156Fixed
Related Reports
Relates :  
Relates :  
Description
Thests sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java
sun/security/ssl/ServerHandshaker/AnonCipherWithWantClientAuth.java

have undeclared dependency on jdk.crypto.ec module. The tests failing in case module limitation by "--limit-module" command line option.
Comments
Review request: http://mail.openjdk.java.net/pipermail/security-dev/2017-February/015549.html
01-02-2017