diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-09-09 16:15:10 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2019-09-09 16:15:10 +0700 |
commit | 434fe9436340cb97e9a572e7447fe626dbc69391 (patch) | |
tree | 64105ac2eb9e404147ab6ad345243efa9e1e7032 /crypto/BouncyCastle.iOS.csproj | |
parent | Port of strict hex decoding from bc-java (diff) | |
download | BouncyCastle.NET-ed25519-434fe9436340cb97e9a572e7447fe626dbc69391.tar.xz |
Support user cancellation of (D)TLS handshakes
- see https://github.com/bcgit/bc-java/pull/549
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r-- | crypto/BouncyCastle.iOS.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj index 53e8a5b00..8bb7fe7b0 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj @@ -1153,6 +1153,7 @@ <Compile Include="src\crypto\tls\TlsClientContext.cs" /> <Compile Include="src\crypto\tls\TlsClientContextImpl.cs" /> <Compile Include="src\crypto\tls\TlsClientProtocol.cs" /> + <Compile Include="src\crypto\tls\TlsCloseable.cs" /> <Compile Include="src\crypto\tls\TlsCompression.cs" /> <Compile Include="src\crypto\tls\TlsContext.cs" /> <Compile Include="src\crypto\tls\TlsCredentials.cs" /> |