summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-08-22 18:22:13 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-08-22 18:22:13 +0700
commit91443f862f00e62fe69a28e4afee7c00c1c264bd (patch)
treebd81f549a40d72ae82ecaddf6714c9285ca0de87 /crypto/crypto.csproj
parentMore TLS porting from Java API (diff)
downloadBouncyCastle.NET-ed25519-91443f862f00e62fe69a28e4afee7c00c1c264bd.tar.xz
More TLS porting from Java API
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj30
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"