mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8168261: Use server cipher suites preference by default
Reviewed-by: mullan
This commit is contained in:
parent
07991d3f2d
commit
2eb8492163
3 changed files with 123 additions and 4 deletions
|
@ -126,7 +126,7 @@ final class SSLConfiguration implements Cloneable {
|
|||
this.identificationProtocol = null;
|
||||
this.serverNames = Collections.<SNIServerName>emptyList();
|
||||
this.sniMatchers = Collections.<SNIMatcher>emptyList();
|
||||
this.preferLocalCipherSuites = false;
|
||||
this.preferLocalCipherSuites = true;
|
||||
|
||||
this.applicationProtocols = new String[0];
|
||||
this.enableRetransmissions = sslContext.isDTLS();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue