JDK-6207322 : SSLEngine is returning a premature FINISHED message when doing an abbreviated handshake
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 5.0u2,6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-12-10
  • Updated: 2010-04-02
  • Resolved: 2004-12-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.
Other JDK 6
5.0u2Fixed 6 betaFixed
Description
See Synopsis. 

 * ClientHello
 *                      Server Hello
 *                      CCS
 *                      FINISHED
 * CCS
 * FINISHED

Server is returning a FINISHED message upon wrapping the FINISHED message.
It should be getting the FINISHED message upon unwrapping the client's 
FINISHED message.

Test case will be checked into the JSSE regression directory.

###@###.### 2004-12-10 22:28:14 GMT

Comments
EVALUATION Problem is understood. Should be checking the serverHandshaker's state to see if this is reestablishing a session before setting the FINISHED bit. ###@###.### 2004-12-10 22:29:53 GMT
10-12-2004