JDK-8060000 : Endpoint identification algorithm is not only in TLS 1.2
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 7,8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-10-09
  • Updated: 2019-11-29
  • Resolved: 2019-06-28
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 8
8u241 b01Fixed
Description
Reported at: http://mail.openjdk.java.net/pipermail/security-dev/2014-October/011325.html


The JCE algorithm specification

http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html

states for TLS:

"... The Java SE 7 release supports endpoint identification algorithms
for TLS 1.2. The algorithm name can be passed to the
setEndpointIdentificationAlgorithm() method of
javax.net.ssl.SSLParameters...."

The endpoint identification algorithms apply to all TLS protocols. Should not have the "for TLS 1.2" words in the doc.