JDK-8132943 : ServerHandshaker may select non-empty OCSPStatusRequest structures when Responder ID selection is not supported
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-08-03
  • Updated: 2016-08-22
  • Resolved: 2016-08-10
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 9
9 b132Fixed
Related Reports
Relates :  
Description
The current implementation of OCSP stapling does not support Responder ID selection, and therefore should not select a non-empty OCSPStatusRequest when an empty one may exist.  Better selection logic needs to be implemented in ServerHandshaker.