-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
01
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2110192 | 1.4.1 | Andreas Sterbenz | P3 | Resolved | Fixed | hopper |
The RSA premaster secret includes a protocol version number. The specification says it should be the maximum supported protocol version, but we always send the active protocol version.
Either option may cause interoperability problems with some servers. We should definitely support the spec compliant behavior, but for compatibility with previous JSSE releases we will keep the old behavior by default (controlled by a system property).
This is a followup to bug 4615819.
Either option may cause interoperability problems with some servers. We should definitely support the spec compliant behavior, but for compatibility with previous JSSE releases we will keep the old behavior by default (controlled by a system property).
This is a followup to bug 4615819.
- backported by
-
JDK-2110192 Send maximum supported protocol version in RSA premaster secret
-
- Resolved
-