summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-08-24 16:47:32 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-08-24 16:47:32 +0700
commitda656890c709963fb112d4813a2542302994bb35 (patch)
tree9cf32b3ce55555eea21fc95fe8f19844f3134550 /crypto/crypto.csproj
parentAdd TLS test data from Java API (diff)
downloadBouncyCastle.NET-ed25519-da656890c709963fb112d4813a2542302994bb35.tar.xz
Finish initial porting of TLS 1.2 client 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 41980b256..cb4710669 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj
@@ -3089,6 +3089,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\agreement\DHStandardGroups.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\agreement\ECDHBasicAgreement.cs" SubType = "Code" BuildAction = "Compile" @@ -4449,6 +4454,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\DefaultTlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\DefaultTlsSignerCredentials.cs" SubType = "Code" BuildAction = "Compile" @@ -4699,6 +4709,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\TlsClientProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\TlsCompression.cs" SubType = "Code" BuildAction = "Compile" @@ -10896,6 +10911,21 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\crypto\tls\test\MockTlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\tls\test\TlsClientTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\crypto\tls\test\TlsTestUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\math\ec\test\AllTests.cs" SubType = "Code" BuildAction = "Compile"