mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8237474: Default SSLEngine should create in server role
Reviewed-by: xuelei, coffeys
This commit is contained in:
parent
b812e8baff
commit
aadc7c7ca8
9 changed files with 67 additions and 13 deletions
|
@ -89,7 +89,7 @@ final class TransportContext implements ConnectionContext {
|
|||
// Called by SSLEngineImpl
|
||||
TransportContext(SSLContextImpl sslContext, SSLTransport transport,
|
||||
InputRecord inputRecord, OutputRecord outputRecord) {
|
||||
this(sslContext, transport, new SSLConfiguration(sslContext, true),
|
||||
this(sslContext, transport, new SSLConfiguration(sslContext, false),
|
||||
inputRecord, outputRecord, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue