diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 267b8e010..5a9d37797 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4269,26 +4269,56 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\BulkCipherAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\ByteQueue.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\CertChainType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\Certificate.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\CertificateStatusType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\CertificateRequest.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\ChangeCipherSpec.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\CipherSuite.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\CipherType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\ClientAuthenticationType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\ClientCertificateType.cs" SubType = "Code" BuildAction = "Compile" @@ -4304,6 +4334,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\ConnectionEnd.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\ContentType.cs" SubType = "Code" BuildAction = "Compile" @@ -4334,6 +4369,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\DigestInputBuffer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\ECBasisType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\ECCurveType.cs" SubType = "Code" BuildAction = "Compile" @@ -4369,6 +4414,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\HeartbeatMessageType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\HeartbeatMode.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\ICertificateVerifyer.cs" SubType = "Code" BuildAction = "Compile" @@ -4389,11 +4444,26 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\MacAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\crypto\tls\MaxFragmentLength.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\NamedCurve.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\NameType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\PrfAlgorithm.cs" SubType = "Code" BuildAction = "Compile" @@ -4429,16 +4499,31 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\SignerInputBuffer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\SrpTlsClient.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\SrtpProtectionProfile.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\Ssl3Mac.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\SupplementalDataType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\tls\TlsAgreementCredentials.cs" SubType = "Code" BuildAction = "Compile" @@ -4624,6 +4709,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\crypto\tls\UserMappingType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\crypto\util\Pack.cs" SubType = "Code" BuildAction = "Compile" |