diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-07-29 23:42:20 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-07-29 23:42:20 +0700 |
commit | ff428e2e8066781e328f29236e696ac74fd257f8 (patch) | |
tree | 0324fce1274fdf3d222d7deeb8deb148123c62ef /crypto/BouncyCastle.csproj | |
parent | Support RSASSA-PSS as keypair generator alg (diff) | |
download | BouncyCastle.NET-ed25519-ff428e2e8066781e328f29236e696ac74fd257f8.tar.xz |
Add Timeout class for DTLS from bc-java
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r-- | crypto/BouncyCastle.csproj | 1 |
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" /> |