[SSL/TLS] Add support to select and/or re-order ciphers suites [#16327]
[mono.git] / mcs / class / Mono.Security / Mono.Security.Protocol.Tls / SslClientStream.cs
index e615e83e3f66a531ff09fbb82107745837c8eeba..d0d0721a12d106413f1fd9568245c9ebea49605a 100644 (file)
@@ -400,7 +400,7 @@ namespace Mono.Security.Protocol.Tls
                        }
 
                        // Obtain supported cipher suites
-                       this.context.SupportedCiphers = CipherSuiteFactory.GetSupportedCiphers (this.context.SecurityProtocol);
+                       this.context.SupportedCiphers = CipherSuiteFactory.GetSupportedCiphers (false, context.SecurityProtocol);
 
                        // Set handshake state
                        this.context.HandshakeState = HandshakeState.Started;