summary refs log tree commit diff
path: root/crypto/BouncyCastle.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-07-29 23:42:20 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-07-29 23:42:20 +0700
commitff428e2e8066781e328f29236e696ac74fd257f8 (patch)
tree0324fce1274fdf3d222d7deeb8deb148123c62ef /crypto/BouncyCastle.csproj
parentSupport RSASSA-PSS as keypair generator alg (diff)
downloadBouncyCastle.NET-ed25519-ff428e2e8066781e328f29236e696ac74fd257f8.tar.xz
Add Timeout class for DTLS from bc-java
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r--crypto/BouncyCastle.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj
index 95a38e29b..27a473d43 100644
--- a/crypto/BouncyCastle.csproj
+++ b/crypto/BouncyCastle.csproj
@@ -1146,6 +1146,7 @@
     <Compile Include="src\crypto\tls\Ssl3Mac.cs" />
     <Compile Include="src\crypto\tls\SupplementalDataEntry.cs" />
     <Compile Include="src\crypto\tls\SupplementalDataType.cs" />
+    <Compile Include="src\crypto\tls\Timeout.cs" />
     <Compile Include="src\crypto\tls\TlsAeadCipher.cs" />
     <Compile Include="src\crypto\tls\TlsAgreementCredentials.cs" />
     <Compile Include="src\crypto\tls\TlsAuthentication.cs" />