Skip to content

Commit

Permalink
strip useless
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Nov 6, 2014
1 parent 74996b7 commit 52232a7
Show file tree
Hide file tree
Showing 157 changed files with 0 additions and 20,720 deletions.
156 changes: 0 additions & 156 deletions NBitcoin.BouncyCastle/NBitcoin.BouncyCastle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -670,10 +670,6 @@
<Compile Include="crypto\IDSA.cs" />
<Compile Include="crypto\IMac.cs" />
<Compile Include="crypto\InvalidCipherTextException.cs" />
<Compile Include="crypto\io\CipherStream.cs" />
<Compile Include="crypto\io\DigestStream.cs" />
<Compile Include="crypto\io\MacStream.cs" />
<Compile Include="crypto\io\SignerStream.cs" />
<Compile Include="crypto\ISigner.cs" />
<Compile Include="crypto\ISignerWithRecovery.cs" />
<Compile Include="crypto\IStreamCipher.cs" />
Expand Down Expand Up @@ -798,152 +794,6 @@
<Compile Include="crypto\signers\RandomDsaKCalculator.cs" />
<Compile Include="crypto\signers\RsaDigestSigner.cs" />
<Compile Include="crypto\StreamBlockCipher.cs" />
<Compile Include="crypto\tls\AbstractTlsAgreementCredentials.cs" />
<Compile Include="crypto\tls\AbstractTlsCipherFactory.cs" />
<Compile Include="crypto\tls\AbstractTlsClient.cs" />
<Compile Include="crypto\tls\AbstractTlsContext.cs" />
<Compile Include="crypto\tls\AbstractTlsCredentials.cs" />
<Compile Include="crypto\tls\AbstractTlsEncryptionCredentials.cs" />
<Compile Include="crypto\tls\AbstractTlsKeyExchange.cs" />
<Compile Include="crypto\tls\AbstractTlsPeer.cs" />
<Compile Include="crypto\tls\AbstractTlsServer.cs" />
<Compile Include="crypto\tls\AbstractTlsSigner.cs" />
<Compile Include="crypto\tls\AbstractTlsSignerCredentials.cs" />
<Compile Include="crypto\tls\AlertDescription.cs" />
<Compile Include="crypto\tls\AlertLevel.cs" />
<Compile Include="crypto\tls\BulkCipherAlgorithm.cs" />
<Compile Include="crypto\tls\ByteQueue.cs" />
<Compile Include="crypto\tls\CertChainType.cs" />
<Compile Include="crypto\tls\Certificate.cs" />
<Compile Include="crypto\tls\CertificateRequest.cs" />
<Compile Include="crypto\tls\CertificateStatus.cs" />
<Compile Include="crypto\tls\CertificateStatusRequest.cs" />
<Compile Include="crypto\tls\CertificateStatusType.cs" />
<Compile Include="crypto\tls\CertificateUrl.cs" />
<Compile Include="crypto\tls\Chacha20Poly1305.cs" />
<Compile Include="crypto\tls\ChangeCipherSpec.cs" />
<Compile Include="crypto\tls\CipherSuite.cs" />
<Compile Include="crypto\tls\CipherType.cs" />
<Compile Include="crypto\tls\ClientAuthenticationType.cs" />
<Compile Include="crypto\tls\ClientCertificateType.cs" />
<Compile Include="crypto\tls\CombinedHash.cs" />
<Compile Include="crypto\tls\CompressionMethod.cs" />
<Compile Include="crypto\tls\ConnectionEnd.cs" />
<Compile Include="crypto\tls\ContentType.cs" />
<Compile Include="crypto\tls\DatagramTransport.cs" />
<Compile Include="crypto\tls\DefaultTlsAgreementCredentials.cs" />
<Compile Include="crypto\tls\DefaultTlsCipherFactory.cs" />
<Compile Include="crypto\tls\DefaultTlsClient.cs" />
<Compile Include="crypto\tls\DefaultTlsEncryptionCredentials.cs" />
<Compile Include="crypto\tls\DefaultTlsServer.cs" />
<Compile Include="crypto\tls\DefaultTlsSignerCredentials.cs" />
<Compile Include="crypto\tls\DeferredHash.cs" />
<Compile Include="crypto\tls\DigestInputBuffer.cs" />
<Compile Include="crypto\tls\DigitallySigned.cs" />
<Compile Include="crypto\tls\DtlsClientProtocol.cs" />
<Compile Include="crypto\tls\DtlsEpoch.cs" />
<Compile Include="crypto\tls\DtlsHandshakeRetransmit.cs" />
<Compile Include="crypto\tls\DtlsProtocol.cs" />
<Compile Include="crypto\tls\DtlsReassembler.cs" />
<Compile Include="crypto\tls\DtlsRecordLayer.cs" />
<Compile Include="crypto\tls\DtlsReliableHandshake.cs" />
<Compile Include="crypto\tls\DtlsReplayWindow.cs" />
<Compile Include="crypto\tls\DtlsServerProtocol.cs" />
<Compile Include="crypto\tls\DtlsTransport.cs" />
<Compile Include="crypto\tls\ECBasisType.cs" />
<Compile Include="crypto\tls\ECCurveType.cs" />
<Compile Include="crypto\tls\ECPointFormat.cs" />
<Compile Include="crypto\tls\EncryptionAlgorithm.cs" />
<Compile Include="crypto\tls\ExporterLabel.cs" />
<Compile Include="crypto\tls\ExtensionType.cs" />
<Compile Include="crypto\tls\FiniteFieldDheGroup.cs" />
<Compile Include="crypto\tls\HandshakeType.cs" />
<Compile Include="crypto\tls\HashAlgorithm.cs" />
<Compile Include="crypto\tls\HeartbeatExtension.cs" />
<Compile Include="crypto\tls\HeartbeatMessage.cs" />
<Compile Include="crypto\tls\HeartbeatMessageType.cs" />
<Compile Include="crypto\tls\HeartbeatMode.cs" />
<Compile Include="crypto\tls\KeyExchangeAlgorithm.cs" />
<Compile Include="crypto\tls\MacAlgorithm.cs" />
<Compile Include="crypto\tls\MaxFragmentLength.cs" />
<Compile Include="crypto\tls\NamedCurve.cs" />
<Compile Include="crypto\tls\NameType.cs" />
<Compile Include="crypto\tls\NewSessionTicket.cs" />
<Compile Include="crypto\tls\OcspStatusRequest.cs" />
<Compile Include="crypto\tls\PrfAlgorithm.cs" />
<Compile Include="crypto\tls\ProtocolVersion.cs" />
<Compile Include="crypto\tls\PskTlsClient.cs" />
<Compile Include="crypto\tls\RecordStream.cs" />
<Compile Include="crypto\tls\SecurityParameters.cs" />
<Compile Include="crypto\tls\ServerDHParams.cs" />
<Compile Include="crypto\tls\ServerName.cs" />
<Compile Include="crypto\tls\ServerNameList.cs" />
<Compile Include="crypto\tls\ServerOnlyTlsAuthentication.cs" />
<Compile Include="crypto\tls\SessionParameters.cs" />
<Compile Include="crypto\tls\SignatureAlgorithm.cs" />
<Compile Include="crypto\tls\SignatureAndHashAlgorithm.cs" />
<Compile Include="crypto\tls\SignerInputBuffer.cs" />
<Compile Include="crypto\tls\SrpTlsClient.cs" />
<Compile Include="crypto\tls\SrtpProtectionProfile.cs" />
<Compile Include="crypto\tls\Ssl3Mac.cs" />
<Compile Include="crypto\tls\SupplementalDataEntry.cs" />
<Compile Include="crypto\tls\SupplementalDataType.cs" />
<Compile Include="crypto\tls\TlsAeadCipher.cs" />
<Compile Include="crypto\tls\TlsAgreementCredentials.cs" />
<Compile Include="crypto\tls\TlsAuthentication.cs" />
<Compile Include="crypto\tls\TlsBlockCipher.cs" />
<Compile Include="crypto\tls\TlsCipher.cs" />
<Compile Include="crypto\tls\TlsCipherFactory.cs" />
<Compile Include="crypto\tls\TlsClient.cs" />
<Compile Include="crypto\tls\TlsClientContext.cs" />
<Compile Include="crypto\tls\TlsClientContextImpl.cs" />
<Compile Include="crypto\tls\TlsClientProtocol.cs" />
<Compile Include="crypto\tls\TlsCompression.cs" />
<Compile Include="crypto\tls\TlsContext.cs" />
<Compile Include="crypto\tls\TlsCredentials.cs" />
<Compile Include="crypto\tls\TlsDeflateCompression.cs" />
<Compile Include="crypto\tls\TlsDheKeyExchange.cs" />
<Compile Include="crypto\tls\TlsDHKeyExchange.cs" />
<Compile Include="crypto\tls\TlsDHUtilities.cs" />
<Compile Include="crypto\tls\TlsDsaSigner.cs" />
<Compile Include="crypto\tls\TlsDssSigner.cs" />
<Compile Include="crypto\tls\TlsEccUtilities.cs" />
<Compile Include="crypto\tls\TlsECDheKeyExchange.cs" />
<Compile Include="crypto\tls\TlsECDHKeyExchange.cs" />
<Compile Include="crypto\tls\TlsECDsaSigner.cs" />
<Compile Include="crypto\tls\TlsEncryptionCredentials.cs" />
<Compile Include="crypto\tls\TlsExtensionsUtilities.cs" />
<Compile Include="crypto\tls\TlsFatalAlert.cs" />
<Compile Include="crypto\tls\TlsHandshakeHash.cs" />
<Compile Include="crypto\tls\TlsKeyExchange.cs" />
<Compile Include="crypto\tls\TlsMac.cs" />
<Compile Include="crypto\tls\TlsNullCipher.cs" />
<Compile Include="crypto\tls\TlsNullCompression.cs" />
<Compile Include="crypto\tls\TlsPeer.cs" />
<Compile Include="crypto\tls\TlsProtocol.cs" />
<Compile Include="crypto\tls\TlsProtocolHandler.cs" />
<Compile Include="crypto\tls\TlsPskIdentity.cs" />
<Compile Include="crypto\tls\TlsPskKeyExchange.cs" />
<Compile Include="crypto\tls\TlsRsaKeyExchange.cs" />
<Compile Include="crypto\tls\TlsRsaSigner.cs" />
<Compile Include="crypto\tls\TlsRsaUtilities.cs" />
<Compile Include="crypto\tls\TlsServer.cs" />
<Compile Include="crypto\tls\TlsServerContext.cs" />
<Compile Include="crypto\tls\TlsServerContextImpl.cs" />
<Compile Include="crypto\tls\TlsServerProtocol.cs" />
<Compile Include="crypto\tls\TlsSession.cs" />
<Compile Include="crypto\tls\TlsSessionImpl.cs" />
<Compile Include="crypto\tls\TlsSigner.cs" />
<Compile Include="crypto\tls\TlsSignerCredentials.cs" />
<Compile Include="crypto\tls\TlsSrpKeyExchange.cs" />
<Compile Include="crypto\tls\TlsSrpUtilities.cs" />
<Compile Include="crypto\tls\TlsSrtpUtilities.cs" />
<Compile Include="crypto\tls\TlsStream.cs" />
<Compile Include="crypto\tls\TlsStreamCipher.cs" />
<Compile Include="crypto\tls\TlsUtilities.cs" />
<Compile Include="crypto\tls\UrlAndHash.cs" />
<Compile Include="crypto\tls\UserMappingType.cs" />
<Compile Include="crypto\tls\UseSrtpData.cs" />
<Compile Include="crypto\util\Pack.cs" />
<Compile Include="math\BigInteger.cs" />
<Compile Include="math\ec\abc\SimpleBigDecimal.cs" />
Expand Down Expand Up @@ -1034,12 +884,6 @@
<Compile Include="math\field\PrimeField.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="security\AgreementUtilities.cs" />
<Compile Include="security\cert\CertificateEncodingException.cs" />
<Compile Include="security\cert\CertificateException.cs" />
<Compile Include="security\cert\CertificateExpiredException.cs" />
<Compile Include="security\cert\CertificateNotYetValidException.cs" />
<Compile Include="security\cert\CertificateParsingException.cs" />
<Compile Include="security\cert\CrlException.cs" />
<Compile Include="security\CipherUtilities.cs" />
<Compile Include="security\DigestUtilities.cs" />
<Compile Include="security\DotNetUtilities.cs" />
Expand Down

0 comments on commit 52232a7

Please sign in to comment.