diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-08-22 18:22:13 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-08-22 18:22:13 +0700 |
commit | 91443f862f00e62fe69a28e4afee7c00c1c264bd (patch) | |
tree | bd81f549a40d72ae82ecaddf6714c9285ca0de87 /crypto/crypto.csproj | |
parent | More TLS porting from Java API (diff) | |
download | BouncyCastle.NET-ed25519-91443f862f00e62fe69a28e4afee7c00c1c264bd.tar.xz |
More TLS porting from Java API
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 0e9227970..6a3d80f7d 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4454,6 +4454,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\DeferredHash.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\DigestAlgorithm.cs" SubType = "Code" BuildAction = "Compile" @@ -4464,6 +4469,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\DigitallySigned.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\ECBasisType.cs" SubType = "Code" BuildAction = "Compile" @@ -4599,6 +4609,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\ServerDHParams.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\ServerName.cs" SubType = "Code" BuildAction = "Compile" @@ -4609,6 +4624,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\ServerOnlyTlsAuthentication.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\SessionParameters.cs" SubType = "Code" BuildAction = "Compile" @@ -4889,6 +4909,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\TlsSrtpUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\TlsStream.cs" SubType = "Code" BuildAction = "Compile" @@ -4914,6 +4939,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\UseSrtpData.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\util\Pack.cs" SubType = "Code" BuildAction = "Compile" |