diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 1540 |
1 files changed, 1540 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 1ba78a83c..97fcb3a5b 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -7659,6 +7659,1336 @@ BuildAction = "Compile" /> <File + RelPath = "src\tls\AbstractTlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\AbstractTlsContext.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\AbstractTlsKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\AbstractTlsKeyExchangeFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\AbstractTlsPeer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\AbstractTlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\AlertDescription.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\AlertLevel.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\BasicTlsPskIdentity.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\BasicTlsSrpIdentity.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ByteQueue.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ByteQueueInputStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ByteQueueOutputStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CachedInformationType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CertChainType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\Certificate.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CertificateEntry.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CertificateRequest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CertificateStatus.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CertificateStatusRequest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CertificateStatusRequestItemV2.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CertificateStatusType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CertificateType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CertificateUrl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ChangeCipherSpec.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ChannelBinding.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CipherSuite.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CipherType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ClientAuthenticationType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ClientCertificateType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ClientHello.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CombinedHash.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\CompressionMethod.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ConnectionEnd.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ContentType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\CryptoHashAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\CryptoSignatureAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\DHGroup.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\DHStandardGroups.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\AbstractTlsCrypto.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\AbstractTlsSecret.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcChaCha20Poly1305.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcDefaultTlsCredentialedAgreement.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcDefaultTlsCredentialedDecryptor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcDefaultTlsCredentialedSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcSsl3Hmac.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsAeadCipherImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsBlockCipherImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsCertificate.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsCrypto.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsDH.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsDHDomain.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsDsaSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsDsaVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsDssSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsDssVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsECDH.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsECDomain.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsECDsa13Signer.cs" + SubType = "Code" + 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" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsECDsaVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsEd25519Signer.cs" + SubType = "Code" + 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" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsHmac.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsNonceGenerator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsRsaEncryptor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsRsaPssSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsRsaPssVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsRsaSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsRsaVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsSecret.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsSrp6Client.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsSrp6Server.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsSrp6VerifierGenerator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsStreamSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsStreamVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcTlsVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcVerifyingStreamSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcX25519.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcX25519Domain.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcX448.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\bc\BcX448Domain.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\RsaUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\TlsAeadCipher.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\TlsAeadCipherImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\TlsBlockCipher.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\TlsBlockCipherImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\TlsEncryptor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\TlsImplUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\TlsNullCipher.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\TlsSuiteHmac.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\impl\TlsSuiteMac.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\Srp6Group.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\Srp6StandardGroups.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsAgreement.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsCertificate.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsCertificateRole.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsCipher.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsCrypto.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsCryptoException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsCryptoParameters.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsCryptoUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsDecodeResult.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsDHConfig.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsDHDomain.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsECConfig.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsECDomain.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsEncodeResult.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsHash.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsHashSink.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsHmac.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsMac.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsMacSink.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsNonceGenerator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsNullNullCipher.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsSecret.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsSrp6Client.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsSrp6Server.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsSrp6VerifierGenerator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsSrpConfig.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsStreamSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsStreamVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\crypto\TlsVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DatagramReceiver.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DatagramSender.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DatagramTransport.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DefaultTlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DefaultTlsCredentialedSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DefaultTlsDHGroupVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DefaultTlsHeartbeat.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DefaultTlsKeyExchangeFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DefaultTlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DefaultTlsSrpConfigVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DeferredHash.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DigestInputBuffer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DigitallySigned.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsClientProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsEpoch.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsHandshakeRetransmit.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsReassembler.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsRecordLayer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsReliableHandshake.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsReplayWindow.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsRequest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsServerProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsTransport.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\DtlsVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ECCurveType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ECPointFormat.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\EncryptionAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ExporterLabel.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ExtensionType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\HandshakeMessageInput.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\HandshakeMessageOutput.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\HandshakeType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\HashAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\HeartbeatExtension.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\HeartbeatMessage.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\HeartbeatMessageType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\HeartbeatMode.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\IdentifierType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\KeyExchangeAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\KeyShareEntry.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\KeyUpdateRequest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\MacAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\MaxFragmentLength.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\NamedGroup.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\NamedGroupRole.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\NameType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\NewSessionTicket.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\OcspStatusRequest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\OfferedPsks.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\PrfAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ProtocolName.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ProtocolVersion.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\PskIdentity.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\PskKeyExchangeMode.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\PskTlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\PskTlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\RecordFormat.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\RecordPreview.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\RecordStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SecurityParameters.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ServerHello.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ServerName.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ServerNameList.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ServerOnlyTlsAuthentication.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\ServerSrpParams.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SessionParameters.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SignatureAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SignatureAndHashAlgorithm.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SignatureScheme.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SimulatedTlsSrpIdentityManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SrpTlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SrpTlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SrtpProtectionProfile.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\Ssl3Utilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SupplementalDataEntry.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\SupplementalDataType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\Timeout.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsAuthentication.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsClientContext.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsClientContextImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsClientProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsCloseable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsContext.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsCredentialedAgreement.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsCredentialedDecryptor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsCredentialedSigner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsCredentials.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsDHanonKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsDheKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsDHGroupVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsDHKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsDHUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsEccUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsECDHanonKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsECDheKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsECDHKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsExtensionsUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsFatalAlert.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsFatalAlertReceived.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsHandshakeHash.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsHeartbeat.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsKeyExchangeFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsNoCloseNotifyException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsObjectIdentifiers.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsPeer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsPskIdentity.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsPskIdentityManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsPskKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsRsaKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsRsaUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsServerCertificate.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsServerCertificateImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsServerContext.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsServerContextImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsServerProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsSession.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsSessionImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsSrpConfigVerifier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsSrpIdentity.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsSrpIdentityManager.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsSrpKeyExchange.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsSrpLoginParameters.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsSrpUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsSrtpUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsTimeoutException.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TlsUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\TrustedAuthority.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\UrlAndHash.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\UserMappingType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\tls\UseSrtpData.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\tsp\GenTimeAccuracy.cs" SubType = "Code" BuildAction = "Compile" @@ -13969,6 +15299,216 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\tls\crypto\test\BcTlsCryptoTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\ByteQueueInputStreamTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\CertChainUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\DtlsProtocolTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\DtlsPskProtocolTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\DtlsTestCase.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\DtlsTestClientProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\DtlsTestServerProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\DtlsTestSuite.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\LoggingDatagramTransport.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockDatagramAssociation.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockDtlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockDtlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockPskDtlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockPskDtlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockPskTlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockPskTlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockSrpTlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockSrpTlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockTlsClient.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\MockTlsServer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\NetworkStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\PipedStream.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\PrfTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\PskTlsClientTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\PskTlsServerTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsClientTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsProtocolNonBlockingTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsProtocolTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsPskProtocolTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsServerTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsSrpProtocolTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsTestCase.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsTestClientImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsTestClientProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsTestConfig.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsTestServerImpl.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsTestServerProtocol.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsTestSuite.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsTestUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\TlsUtilitiesTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "test\src\tls\test\UnreliableDatagramTransport.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\tsp\test\AllTests.cs" SubType = "Code" BuildAction = "Compile" |