-
Bug
-
Resolution: Fixed
-
P4
-
1.4.2, 1.4.2_11
-
None
-
tiger
-
generic, sparc
-
generic, solaris_9
The SSLSession.getCipherSuite method returns the wrong value when called for
the server side socket after the handshake has failed. The documentation for
SSLSocket.getCipherSuite says the return value should be
"SSL_NULL_WITH_NULL_NULL" in this case, but instead it returns
"Unknown 0x0:0x0".
See the Comments section for a test case. I was able to reproduce this problem
in 1.4.2-beta-b19 and 1.4.1_02-b06. The test case passes successfully in
1.4.0_01-b03.
the server side socket after the handshake has failed. The documentation for
SSLSocket.getCipherSuite says the return value should be
"SSL_NULL_WITH_NULL_NULL" in this case, but instead it returns
"Unknown 0x0:0x0".
See the Comments section for a test case. I was able to reproduce this problem
in 1.4.2-beta-b19 and 1.4.1_02-b06. The test case passes successfully in
1.4.0_01-b03.
- duplicates
-
JDK-6432018 deadlock occurs in jsse when Socket and ServerSocket are created
-
- Closed
-