1 files changed, 60 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 84844e827..26af5666f 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -3154,6 +3154,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\agreement\srp\SRP6StandardGroups.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\agreement\srp\SRP6Utilities.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4174,6 +4179,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\parameters\Srp6GroupParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\parameters\TweakableBlockCipherParameters.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4479,6 +4489,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\DefaultTlsSrpGroupVerifier.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\DefaultTlsSignerCredentials.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4684,6 +4699,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\ServerSrpParams.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\ServerName.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4719,11 +4739,21 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\SimulatedTlsSrpIdentityManager.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\SrpTlsClient.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\SrpTlsServer.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\SrtpProtectionProfile.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4984,6 +5014,21 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\crypto\tls\TlsSrpGroupVerifier.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\tls\TlsSrpIdentityManager.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\crypto\tls\TlsSrpLoginParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\crypto\tls\TlsSrpKeyExchange.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -11043,6 +11088,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\tls\test\MockSrpTlsClient.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "test\src\crypto\tls\test\MockSrpTlsServer.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\tls\test\MockTlsClient.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -11073,6 +11128,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "test\src\crypto\tls\test\TlsSrpProtocolTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "test\src\crypto\tls\test\TlsServerTest.cs"
SubType = "Code"
BuildAction = "Compile"
|