diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 092331032..1529174f1 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -7914,6 +7914,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\tls\CertificateVerify.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\tls\ChangeCipherSpec.cs" SubType = "Code" BuildAction = "Compile" @@ -8024,6 +8029,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\tls\crypto\impl\bc\BcTls13Verifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\tls\crypto\impl\bc\BcTlsAeadCipherImpl.cs" SubType = "Code" BuildAction = "Compile" @@ -8089,11 +8099,6 @@ BuildAction = "Compile" /> <File - RelPath = "src\tls\crypto\impl\bc\BcTlsECDsa13Verifier.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\tls\crypto\impl\bc\BcTlsECDsaSigner.cs" SubType = "Code" BuildAction = "Compile" @@ -8109,21 +8114,11 @@ BuildAction = "Compile" /> <File - RelPath = "src\tls\crypto\impl\bc\BcTlsEd25519Verifier.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\tls\crypto\impl\bc\BcTlsEd448Signer.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\tls\crypto\impl\bc\BcTlsEd448Verifier.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "src\tls\crypto\impl\bc\BcTlsHash.cs" SubType = "Code" BuildAction = "Compile" @@ -8229,6 +8224,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\tls\crypto\impl\LegacyTls13Verifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\tls\crypto\impl\RsaUtilities.cs" SubType = "Code" BuildAction = "Compile" @@ -8284,6 +8284,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\tls\crypto\Tls13Verifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\tls\crypto\TlsAgreement.cs" SubType = "Code" BuildAction = "Compile" |