Enhancement
- Resolution: Fixed
P3
- None
- b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8264391 | 16-pool | Rajendrakumar Pallath | P3 | Closed | Not an Issue | |
JDK-8264389 | 11.0.13-oracle | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8269733 | 11.0.13 | Alexey Bakhtin | P3 | Resolved | Fixed | b01 |
JDK-8276272 | openjdk8u322 | Martin Balao Alonso | P3 | Resolved | Fixed | b01 |
JDK-8275538 | openjdk8u312 | Martin Balao Alonso | P3 | Resolved | Fixed | b07 |
JDK-8264388 | 8u311 | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8264390 | 7u321 | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8275635 | openjdk7u | Alexey Bakhtin | P3 | Resolved | Fixed | master |
At present, the SunJSSE provider prefers the better performance of key exchange and digital signature algorithm, in the order of ECDHE-ECDSA, ECDHE-RSA, RSA, ECDH-ECDSA, ECDH-RSA, DHE-RSA, DHE-DSS.
Forward secrecy should be preferable first. If the DHE ephemeral key limitation get resolved, the order should be changed to ECDHE-ECDSA, ECDHE-RSA, DHE-RSA, DHE-DSS, ECDH-ECDSA, ECDH-RSA, RSA.
Forward secrecy should be preferable first. If the DHE ephemeral key limitation get resolved, the order should be changed to ECDHE-ECDSA, ECDHE-RSA, DHE-RSA, DHE-DSS, ECDH-ECDSA, ECDH-RSA, RSA.
- backported by
JDK-8264388Update the default enabled cipher suites preference
- Resolved
JDK-8264389Update the default enabled cipher suites preference
- Resolved
JDK-8264390Update the default enabled cipher suites preference
- Resolved
JDK-8269733Update the default enabled cipher suites preference
- Resolved
JDK-8275538Update the default enabled cipher suites preference
- Resolved
JDK-8275635Update the default enabled cipher suites preference
- Resolved
JDK-8276272Update the default enabled cipher suites preference
- Resolved
JDK-8264391Update the default enabled cipher suites preference
- Closed
- csr for
JDK-8219545Update the default enabled cipher suites preference
- Closed
- relates to
JDK-8245545Disable TLS_RSA cipher suites
- Resolved
JDK-8204636Improvement of TLS 1.3 implementation
- Open
(3 backported by, 1 csr for, 2 relates to, 2 links to)