-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
None
-
1.0.3
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2110135 | 1.4.0 | Bradford Wetmore | P2 | Resolved | Fixed | beta2 |
For JSSE1.0.2, we put in a fix for 4348279, but
due to the way it was coded, it was being set to "false"
if the property didn't exist. Thus, the bug behaviour was still seen.
* A bug in the SSL_DHE_DSS_* cipher suites was encoding the
DSA signatures incorrectly when those signatures were used as
part of the server key exchange message.
There is a short-term interoperability system property called:
"com.sun.net.ssl.dhKeyExchangeFix"
You can emulate the old behaviour by setting the system
property to "false".
- backported by
-
JDK-2110135 fix for 4348279 was incorrectly coded
-
- Resolved
-