summary refs log tree commit diff
path: root/crypto/src/tls/TlsClient.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-06-28 16:29:22 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-06-28 16:29:22 +0700
commit1cc412daaa874b80b79599bd71c53fc315bb9ac7 (patch)
tree034e63fba5ad4bd5fce16264e10fe9668d13c5db /crypto/src/tls/TlsClient.cs
parentFix renegotiation after resumption handshakes (diff)
downloadBouncyCastle.NET-ed25519-1cc412daaa874b80b79599bd71c53fc315bb9ac7.tar.xz
Add TlsClient.ShouldUseCompatibilityMode
Diffstat (limited to 'crypto/src/tls/TlsClient.cs')
-rw-r--r--crypto/src/tls/TlsClient.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/src/tls/TlsClient.cs b/crypto/src/tls/TlsClient.cs
index d93799aaf..8615bb3fb 100644
--- a/crypto/src/tls/TlsClient.cs
+++ b/crypto/src/tls/TlsClient.cs
@@ -41,6 +41,9 @@ namespace Org.BouncyCastle.Tls
         /// </returns>
         IList<int> GetEarlyKeyShareGroups();
 
+        // TODO[api]
+        //bool ShouldUseCompatibilityMode();
+
         /// <exception cref="IOException"/>
         void NotifyServerVersion(ProtocolVersion selectedVersion);