Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.Security/Test')
-rw-r--r--mcs/class/Mono.Security/Test/ChangeLog14
-rw-r--r--mcs/class/Mono.Security/Test/Mono.Math/ChangeLog60
-rw-r--r--mcs/class/Mono.Security/Test/Mono.Security.Authenticode/ChangeLog46
-rw-r--r--mcs/class/Mono.Security/Test/Mono.Security.Cryptography/ChangeLog103
-rw-r--r--mcs/class/Mono.Security/Test/Mono.Security.Protocol.Ntlm/ChangeLog28
-rw-r--r--mcs/class/Mono.Security/Test/Mono.Security.X509.Extensions/ChangeLog18
-rw-r--r--mcs/class/Mono.Security/Test/Mono.Security.X509/ChangeLog113
-rw-r--r--mcs/class/Mono.Security/Test/Mono.Security/ChangeLog40
-rw-r--r--mcs/class/Mono.Security/Test/tools/cutcli/ChangeLog7
-rw-r--r--mcs/class/Mono.Security/Test/tools/mget/ChangeLog6
-rw-r--r--mcs/class/Mono.Security/Test/tools/mutual/ChangeLog21
-rw-r--r--mcs/class/Mono.Security/Test/tools/npgsql/ChangeLog8
-rw-r--r--mcs/class/Mono.Security/Test/tools/poll/ChangeLog5
-rw-r--r--mcs/class/Mono.Security/Test/tools/postecho/ChangeLog25
-rw-r--r--mcs/class/Mono.Security/Test/tools/server/ChangeLog4
-rw-r--r--mcs/class/Mono.Security/Test/tools/sockethell/ChangeLog5
-rw-r--r--mcs/class/Mono.Security/Test/tools/tlstest/ChangeLog32
17 files changed, 0 insertions, 535 deletions
diff --git a/mcs/class/Mono.Security/Test/ChangeLog b/mcs/class/Mono.Security/Test/ChangeLog
deleted file mode 100644
index 63d6dc6e182..00000000000
--- a/mcs/class/Mono.Security/Test/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-2003-05-13 Martin Willemoes Hansen <mwh@sysrq.dk>
- * Mono.Security_test.args: Added
- * makefile.gnu: Added
- * Mono.Security/StrongNameTest.cs,
- Mono.Security.Authenticode/PrivateKeyTest.cs,
- Mono.Security.Authenticode/SoftwarePublisherCertificateTest.cs,
- Mono.Security.Cryptography/ARC4ManagedTest.cs,
- Mono.Security.Cryptography/MD2ManagedTest.cs,
- Mono.Security.Cryptography/MD2Test.cs: Test classes inherits from
- Assertion, Assertion. prefix removed.
-
-2003-03-06 Sebastien Pouliot <spouliot@videotron.ca>
-
- * Mono.Security_test.build: New. NAnt build file for unit tests.
diff --git a/mcs/class/Mono.Security/Test/Mono.Math/ChangeLog b/mcs/class/Mono.Security/Test/Mono.Math/ChangeLog
deleted file mode 100644
index 7e72c7277a0..00000000000
--- a/mcs/class/Mono.Security/Test/Mono.Math/ChangeLog
+++ /dev/null
@@ -1,60 +0,0 @@
-2007-07-05 Sebastien Pouliot <sebastien@ximian.com>
-
- * PrimeTestingTest.cs: Re-enable failing 20 digits primes (now that
- we have a workaround for them).
-
-2007-07-04 Sebastien Pouliot <sebastien@ximian.com>
-
- * BigIntegerTest.cs: A few more ModPow test cases to corner the
- small value bug (looks like a bad Barrett reduction).
- * PrimeTestingTest.cs: Add test cases for "small" primes between
- 10 and 300 digits. 3 cases are failing for 20 digits primes.
-
-2007-07-03 Sebastien Pouliot <sebastien@ximian.com>
-
- * BigIntegerTest.cs: Add test cases for small values with
- IsProbablePrime. From bug #81857, subset from patch by Kazuki.
-
-2005-01-03 Nick Drochak <ndrochak@gol.com>
-
- * BigIntegerTest.cs: Make tests pass on MS DotNet
-
-2004-12-03 Sebastien Pouliot <sebastien@ximian.com>
-
- * BigIntegerTest.cs: Added tests for ModPow when power is 0, for a
- known case that was faling in classpath and when modulo is a power of
- two (bug #70169).
-
-2004-10-19 Sebastien Pouliot <sebastien@ximian.com>
-
- * BigIntegerTest.cs: New. General unit tests for BigInteger.
-
-2004-04-22 Sebastien Pouliot <sebastien@ximian.com>
-
- * GcdBigTest.cs: Ajusted to changes in assembly.
- * ModInverseBigTest.cs: Ajusted to changes in assembly.
- * PrimeGenerationTest.cs: Ajusted to changes in assembly.
- * PrimeTestingTest.cs: Ajusted to changes in assembly.
- * SearchGeneratorTest.cs: Ajusted to changes in assembly.
-
-2004-02-13 Sebastien Pouliot <sebastien@ximian.com>
-
- * PrimeTestingTest.cs: Added well known (and tested) primes from
- RFC 2412 (http://www.faqs.org/rfcs/rfc2412.html) as suggested by
- Pieter Philippaerts (#51229).
- * SearchGeneratorTest.cs: Modified so this still use the (previous)
- SmallPrimeSppTest primality test - because RM doesn't work for
- small primes.
-
-2004-02-09 Sebastien Pouliot <sebastien@ximian.com>
-
- * ArithmeticBigTest.cs:
- * BigIntegerSetTest.cs:
- * BitwiseTest.cs:
- * GcdBigTest.cs:
- * ModInverseBigTest.cs:
- * ModRingTest.cs:
- * PrimeGenerationTest.cs:
- * PrimeTestingTest.cs:
- * SearchGeneratorTest.cs:
- New. Copied from corlib (where they cannot be executed because BigInteger is internal).
diff --git a/mcs/class/Mono.Security/Test/Mono.Security.Authenticode/ChangeLog b/mcs/class/Mono.Security/Test/Mono.Security.Authenticode/ChangeLog
deleted file mode 100644
index 60dbd12415f..00000000000
--- a/mcs/class/Mono.Security/Test/Mono.Security.Authenticode/ChangeLog
+++ /dev/null
@@ -1,46 +0,0 @@
-2008-12-23 Sebastien Pouliot <sebastien@ximian.com>
-
- * SoftwarePublisherCertificateTest.cs: Update test syntax to nunit
- 2.2. Test more cases like base64, unicode base64 and PEM base64.
-
-2004-11-05 Sebastien Pouliot <sebastien@ximian.com>
-
- * PrivateKeyTest.cs: Fixed SaltWithoutPassword test to always use
- little endian.
-
-2004-10-28 Sebastien Pouliot <sebastien@ximian.com>
-
- * AuthenticodeDeformatterTest.cs: Check timestamp as an UTC value so
- that the test can work anywhere in the world (and not just at home ;)
-
-2004-09-07 Sebastien Pouliot <sebastien@ximian.com>
-
- * AuthenticodeDeformatterTest.cs: New. Unit tests to validate a valid
- authenticode-signed assembly (included in test file) and an invalid
- (non signed) assembly (the unit test assembly).
-
-2004-05-11 Sebastien Pouliot <sebastien@ximian.com>
-
- * PrivateKeyTest.cs: Added new unit tests for better coverage.
- * SoftwarePublisherCertificateTest.cs: Added new unit tests for better
- coverage.
-
-2004-04-22 Sebastien Pouliot <sebastien@ximian.com>
-
- * SoftwarePublisherCertificateTest.cs: Ajusted to changes in the
- assembly.
-
-2003-10-11 Sebastien Pouliot <spouliot@videotron.ca>
-
- * SoftwarePublisherCertificateTest.cs: Repaired test build.
-
-2003-03-15 Sebastien Pouliot <spouliot@videotron.ca>
-
- * PrivateKeyTest.cs: New. Unit test for using some PVK files
- generated by makecert.exe.
-
-2003-03-06 Sebastien Pouliot <spouliot@videotron.ca>
-
- * SoftwarePublisherCertificateTest.cs: New. Unit tests for
- using some SPC files generated by cert2spc.
-
diff --git a/mcs/class/Mono.Security/Test/Mono.Security.Cryptography/ChangeLog b/mcs/class/Mono.Security/Test/Mono.Security.Cryptography/ChangeLog
deleted file mode 100644
index bc918d9ae4b..00000000000
--- a/mcs/class/Mono.Security/Test/Mono.Security.Cryptography/ChangeLog
+++ /dev/null
@@ -1,103 +0,0 @@
-2007-05-08 Randolph Chung <tausq@debian.org>
-
- * CryptoConvertTest.cs: Add tests for DSA conversion functions.
-
-2006-10-04 Sebastien Pouliot <sebastien@ximian.com>
-
- * PKCS1Test.cs: Ensure the latest changes didn't break some SSL3
- features that uses MD5SHA1 as a hash function.
- * RSAManagedTest.cs: Forgot to update test cases after right padding
- was added.
-
-2006-09-05 Sebastien Pouliot <sebastien@ximian.com>
-
- * RSAManagedTest.cs: Add a test case for #79269 (wrong exception).
-
-2005-04-27 Sebastien Pouliot <sebastien@ximian.com>
-
- * KeyPairPersistenceTest.cs: Upgrade to NUnit 2.2 API to use Ignore.
- Now Ignore all tests that results in UnauthorizedAccessException.
-
-2004-12-06 Sebastien Pouliot <sebastien@ximian.com>
-
- * RSAManagedTest.cs: New. Unit tests to validate RSA decryption when
- using key blinding with or without using CRT.
-
-2004-11-05 Sebastien Pouliot <sebastien@ximian.com>
-
- * KeyPairPersistenceTest.cs: Forgot to re-fix the second failing test.
-
-2004-11-03 Sebastien Pouliot <sebastien@ximian.com>
-
- * KeyPairPersistenceTest.cs: Re-fix as the UnauthorizedAccessException
- is the InnerException of a CryptographicException.
-
-2004-10-28 Sebastien Pouliot <sebastien@ximian.com>
-
- * KeyPairPersistenceTest.cs: Fix two tests to work even if the user
- doesn't have access to the machine key store.
-
-2004-09-22 Sebastien Pouliot <sebastien@ximian.com>
-
- * SHA224Test.cs: Fix compilation error with NUnit 2.1.91 (CVS).
-
-2004-09-16 Sebastien Pouliot <sebastien@ximian.com>
-
- * SHA224ManagedTest.cs: New. Unit tests for the managed implementation
- of SHA-224.
- * SHA224Test.cs: New. Unit tests for SHA-224. Use test vectors from
- RFC3874.
-
-2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
-
- * ARC4ManagedTest.cs: Added unit tests for exceptions coming from
- ICryptoTransform interface (TransformBlock, TransformFinalBlock).
-
-2004-05-11 Sebastien Pouliot <sebastien@ximian.com>
-
- * ARC4ManagedTest.cs: Added missing unit tests for complete coverage.
- Completed convertion to NUnit 2.
- * CryptoConvertTest.cs: Added/modified unit tests for better coverage.
- * MD2ManagedTest.cs: Added unit tests for better coverage.
- * MD2Test.cs: Added unit tests for better coverage.
- * MD4ManagedTest.cs: Added unit tests for better coverage.
- * MD4Test.cs: Added unit tests for better coverage.
- * PKCS8.cs: Added unit tests for better coverage.
-
-2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
-
- * CryptoConvertTest.cs: Added test case where a strongname key pair
- (RSA 1024 bits) was truncated in the last parameter (D) (i.e. the
- private key) but saved by the use of CRT (Chinese Remainder Theorem).
-
-2004-03-23 Sebastien Pouliot <sebastien@ximian.com>
-
- * CryptoConvertTest.cs: Added test case where the public key structure
- is inside preceded by an header (like the one produced by "sn -e").
-
-2004-03-23 Sebastien Pouliot <sebastien@ximian.com>
-
- * CryptoConvertTest.cs: New. Unit tests for CryptoConvert.
-
-2004-02-13 Sebastien Pouliot <sebastien@ximian.com>
-
- * DiffieHellmanManagedTest.cs: New. Basic unit test for DH.
-
-2004-02-07 Sebastien Pouliot <sebastien@ximian.com>
-
- * KeyPairPersistenceTest.cs: New. Unit tests for key pair persistence.
-
-2003-11-27 Sebastien Pouliot <spouliot@videotron.ca>
-
- * MD4Test.cs: New. Contains all the test vectors provided in RFC1320
- - but none are executed because MD4 is an abstract class.
- * MD4ManagedTest.cs: New. Run the unit tests from MD4Test.cs using
- the MD4Managed implementation of MD4.
- * PKCS8Test.cs: New. Unit tests for PKCS8.
-
-2003-03-07 Sebastien Pouliot <spouliot@videotron.ca>
-
- * ARC4ManagedTest.cs: New. Test vectors for RC4(tm) taken from
- usenet and Netscape SSL version 3 implementation details.
- * MD2ManagedTest.cs: New. Call tests defined in MD2Test class.
- * MD2Test.cs: New. Test vectors defined in RFC1319.
diff --git a/mcs/class/Mono.Security/Test/Mono.Security.Protocol.Ntlm/ChangeLog b/mcs/class/Mono.Security/Test/Mono.Security.Protocol.Ntlm/ChangeLog
deleted file mode 100644
index e4e4fc6e076..00000000000
--- a/mcs/class/Mono.Security/Test/Mono.Security.Protocol.Ntlm/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-2004-05-11 Sebastien Pouliot <sebastien@ximian.com>
-
- * ChallengeResponseTest.cs: Added new unit tests for better coverage.
- * MessageBaseTest.cs: New. Unit tests for the base abstract class.
- * Type2MessageTest.cs: Added new unit tests for better coverage.
- * Type3MessageTest.cs: Added new unit tests for better coverage.
-
-2003-12-17 Sebastien Pouliot <spouliot@videotron.ca>
-
- * ChallengeResponse.cs: Added test case for a null (and empty) password.
-
-2003-12-15 Sebastien Pouliot <spouliot@videotron.ca>
-
- * ChallengeResponseTest.cs: Added the sample from L0phtCrack for a
- small password (WELCOME).
- * Type3MessageTest.cs: Added a new test for small password (smaller
- than 8 characters).
-
-2003-12-02 Sebastien Pouliot <spouliot@videotron.ca>
-
- * Type3MessageTest.cs: Fixed 16 bits Options to 32 bits Flags and class name.
-
-2003-12-01 Sebastien Pouliot <spouliot@videotron.ca>
-
- * ChallengeResponseTest.cs: New. Unit tests for NTLMv1 challenge response.
- * Type1MessageTest.cs: New. Unit tests to encode/decode negotiation messages.
- * Type2MessageTest.cs: New. Unit tests to encode/decode challenge messages.
- * Type3MessageTest.cs: New. Unit tests to encode/decode authentication message.
diff --git a/mcs/class/Mono.Security/Test/Mono.Security.X509.Extensions/ChangeLog b/mcs/class/Mono.Security/Test/Mono.Security.X509.Extensions/ChangeLog
deleted file mode 100644
index 2acb3b1e6d6..00000000000
--- a/mcs/class/Mono.Security/Test/Mono.Security.X509.Extensions/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-2010-04-08 Sebastien Pouliot <sebastien@ximian.com>
-
- * SubjectAltNameExtensionTest.cs: Add unit tests for multiple
- DNSNames entries (#594110 and #591516 certificate test case)
-
-2008-06-26 Sebastien Pouliot <sebastien@ximian.com>
-
- * SubjectAltNameExtensionTest.cs: New. Unit tests for
- SubjectAltNameExtension. Patch by David Wolinsky
-
-2006-01-04 Sebastien Pouliot <sebastien@ximian.com>
-
- * BasicConstraintsExtensionTest.cs: New. Unit tests for encoding and
- decoding X.509 BasicConstraints certificate extension.
- * ExtendedKeyUsageExtensionTest.cs: New. Unit tests for encoding and
- decoding X.509 ExtendedKeyUsage certificate extension.
- * KeyUsageExtensionTest.cs: New. Unit tests for encoding and
- decoding X.509 KeyUsage certificate extension.
diff --git a/mcs/class/Mono.Security/Test/Mono.Security.X509/ChangeLog b/mcs/class/Mono.Security/Test/Mono.Security.X509/ChangeLog
deleted file mode 100644
index cc19471e4eb..00000000000
--- a/mcs/class/Mono.Security/Test/Mono.Security.X509/ChangeLog
+++ /dev/null
@@ -1,113 +0,0 @@
-2007-05-09 Sebastien Pouliot <sebastien@ximian.com>
-
- * PKCS12Test.cs: Added unit tests for new SecretBag support. Patch by
- Jay Miller.
-
-2007-02-12 Sebastien Pouliot <sebastien@ximian.com>
-
- * X509CertificateTest.cs: Add test case for a certificate using dates
- with an UTC offset (e.g. 990630000000+1000).
-
-2006-12-14 Sebastien Pouliot <sebastien@ximian.com>
-
- * X501NameTest.cs: Added test case with a DN using Teletex/T61String.
-
-2006-12-11 Sebastien Pouliot <sebastien@ximian.com>
-
- * PKCS12Test.cs: Add all failing PKITS PKCS#12 files (all DSA) as unit
- test cases. Updated syntax to NUnit 2.2.
-
-2006-12-05 Sebastien Pouliot <sebastien@ximian.com>
-
- * X509CertificateTest.cs: Add new test cases for [Issuer|Subject]
- UniqueIdentifier properties.
- * X509Crl.cs: Add test cases for CRL signature verification using a
- certificate without a CA flag in it's BasicConstraintExtension.
-
-2006-12-04 Sebastien Pouliot <sebastien@ximian.com>
-
- * X509Certificate.cs: New. Unit tests for X509Certificate when dealing
- with DSA keys, including the case where DSA parameters are inherited.
-
-2006-10-08 Sebastien Pouliot <sebastien@ximian.com>
-
- * PKCS12Test.cs: Added OpenSSL generated test case with an empty
- password (#79717). Changed results for existing test case with empty
- password.
-
-2006-07-25 Sebastien Pouliot <sebastien@ximian.com>
-
- * X509CrlTest.cs: Added regression test for bug #78901.
-
-2006-01-24 Sebastien Pouliot <sebastien@ximian.com>
-
- * PKCS12Test.cs: Add a test case where the password is String.Empty
- when no password is required to decrypt the structures.
-
-2005-11-04 Sebastien Pouliot <sebastien@ximian.com>
-
- * PKCS12Test.cs: Added tests for adding multiple keys with the same
- size inside a pkcs12 file. Fixed test when removing different keys
- from the structure (removed only it the public key match).
-
-2005-11-04 Sebastien Pouliot <sebastien@ximian.com>
-
- * PKCS12.cs: Added tests for MaximumPasswordLength property wrt to the
- CryptoAPI limits on the password length (32 characters) when importing
- and exporting PKCS #12 files.
-
-2005-08-29 Sebastien Pouliot <sebastien@ximian.com>
-
- * X501NameTest.cs: Added test cases for quoted and escaped values.
-
-2005-08-12 Sebastien Pouliot <sebastien@ximian.com>
-
- * X520AttributesTest.cs: New. Test cases from Daniel Granath to check
- best encoding selection for values.
-
-2005-06-30 Sebastien Pouliot <sebastien@ximian.com>
-
- * X509CrlTest.cs: New. Add regression test for bug #75406.
-
-2005-04-26 Sebastien Pouliot <sebastien@ximian.com>
-
- * PKCS12Test.cs: Fix a test for 2.0 (where the constructor could be
- ambiguous).
-
-2004-05-12 Nick Drochak <ndrochak@ieee.org>
-
- * PKCS12Test.cs: Do not exceed line length limit.
-
-2004-05-11 Jesper Pedersen <jep@itplus.dk>
-
- * PKCS12Test.cs: Added unit tests for the new methods.
-
-2003-12-07 Sebastien Pouliot <spouliot@videotron.ca>
-
- * PKCS12Test.cs: New. Unit test for PKCS#12 files (with/without
- passwords, weak/strong encryption) and PKCS#12 password based key
- derivation.
-
-2003-09-01 Sebastien Pouliot <spouliot@videotron.ca>
-
- * ITrustAnchors.cs: New. Interface to trust anchors.
- * TestAnchors.cs: New. Include 2 tests anchors: Microsoft Root Agency
- (for Windows compatibility) and Mono Test Root.
- * TrustAnchors.cs: New. Include some widely used (commercial) code
- signing root certificates.
- * X509CertificateCollection.cs: New. Collection for Mono's X509
- certificates.
- * X509Chain.cs: New. MINIMAL certificate chaining engine to support
- Authenticode(tm). VERY PARTIAL IMPLEMENTATION!!!
-
-2003-03-15 Sebastien Pouliot <spouliot@videotron.ca>
-
- * X501Name.cs: New. X.501 Distinguished Names stuff
- * X509Builder.cs: New. Abstract class for building X.509 related
- structures (like certificates and CRLs).
- * X509Certificate.cs: New. A more complete class to handle X.509
- certificates.
- * X509CertificateBuilder.cs: New. Class to build X.509 certificates.
- * X509Extension.cs: New. A base class for all X.509 extensions.
- * X509Extensions.cs: New. X509Extension collection.
- * X520Attributes.cs: New. X.520 attributes (mainly for X501 names)
diff --git a/mcs/class/Mono.Security/Test/Mono.Security/ChangeLog b/mcs/class/Mono.Security/Test/Mono.Security/ChangeLog
deleted file mode 100644
index 8ab05eea977..00000000000
--- a/mcs/class/Mono.Security/Test/Mono.Security/ChangeLog
+++ /dev/null
@@ -1,40 +0,0 @@
-2010-02-03 Sebastien Pouliot <sebastien@ximian.com>
-
- * ASN1ConvertTest.cs: Fix test cases by using local time. Patch
- provided by Peter Dettman. Fix bug #324181
-
-2008-04-25 Sebastien Pouliot <sebastien@ximian.com>
-
- * StrongName.cs: New test cases to verify signatures from streams.
- Patch from Dave Hillier <daveh@lindenlab.com>
-
-2007-01-05 Sebastien Pouliot <sebastien@ximian.com>
-
- * ASN1ConvertTest.cs: Update unit test syntax to NUnit 2.2. Change
- DateTime.UtcNow to Now as the API requires, under 1.x, a local date
- time. Disregard buggy ConvertOID_LargeX under MS 2.0.
-
-2006-10-06 Sebastien Pouliot <sebastien@ximian.com>
-
- * ASN1ConvertTest.cs: Adjusted big integer convertion test cases for
- both a sign-extended result and a "normal" (not extended) result.
-
-2005-10-03 Sebastien Pouliot <sebastien@ximian.com>
-
- * PKCS7Test.cs: New. Unit tests to ensure authenticated attributes
- are sorted before they are signed. This is required by DER and ensures
- better interoperability with other implementations (like BouncyCastle)
-
-2004-05-11 Sebastien Pouliot <sebastien@ximian.com>
-
- * ASN1ConvertTest.cs: New. Unit tests for ASN.1 convertions.
- * StrongNameTest.cs: Added new unit tests for better coverage.
-
-2003-10-11 Sebastien Pouliot <spouliot@videotron.ca>
-
- * StrongNameTest.cs: Added tests for Hash, Sign and Verify.
-
-2003-03-08 Sebastien Pouliot <spouliot@videotron.ca>
-
- * StrongNameTest.cs: New. Unit tests for StrongNames.
-
diff --git a/mcs/class/Mono.Security/Test/tools/cutcli/ChangeLog b/mcs/class/Mono.Security/Test/tools/cutcli/ChangeLog
deleted file mode 100644
index 8b8a9434822..00000000000
--- a/mcs/class/Mono.Security/Test/tools/cutcli/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-2005-02-02 Sebastien Pouliot <sebastien@ximian.com>
-
- * cutcli.cs: New. SSL/TLS client that cut it's communication after
- sending and/or receiving 'x' bytes from/to the server.
- * ControlledNetworkStream.cs: A NetworkStream that can limit it's
- read/write transfers.
- * Makefile: Makefile for the new test tool.
diff --git a/mcs/class/Mono.Security/Test/tools/mget/ChangeLog b/mcs/class/Mono.Security/Test/tools/mget/ChangeLog
deleted file mode 100644
index 0e84f53f205..00000000000
--- a/mcs/class/Mono.Security/Test/tools/mget/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-2006-09-08 Sebastien Pouliot <sebastien@ximian.com>
-
- * ChangeLog: New. Track changes for mget.
- * Makefile: New. Build and clean mget.
- * mget.cs: Source code for mget test tool.
- * README: Information about mget.
diff --git a/mcs/class/Mono.Security/Test/tools/mutual/ChangeLog b/mcs/class/Mono.Security/Test/tools/mutual/ChangeLog
deleted file mode 100644
index 860f87b344e..00000000000
--- a/mcs/class/Mono.Security/Test/tools/mutual/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-2005-06-14 Sebastien Pouliot <sebastien@ximian.com>
-
- * README: Add information about optional mutual authentication.
- * serveropt.sh: New. Server script to use OpenSSL to accept (but not
- require) client certificates.
-
-2005-04-13 Sebastien Pouliot <sebastien@ximian.com>
-
- * ChangeLog: New. Track changes for the mutual tool;
- * ca.pem
- * client.p12: New. PKCS#12 file containing the client certificate
- chain and the private key to the end-entity certificate.
- * client.pem: New. Client certificate in PEM (base64) format.
- * Makefile: New. To build the mutual tool;
- * mutual.cs: New. Mutual authentication test tool. Heavily based on
- the code supplied by Mark Wuesthoff from Middsol for bug #71696.
- * README: New. Instruction on how to use the tool;
- * server_cert.pem: New. Server certificate in PEM (base64) format.
- * server_key.pem: New. Server private key in PEM (base64) format.
- * server.sh: New. Server script to use OpenSSL to accept (and require)
- client certificates.
diff --git a/mcs/class/Mono.Security/Test/tools/npgsql/ChangeLog b/mcs/class/Mono.Security/Test/tools/npgsql/ChangeLog
deleted file mode 100644
index b728ab3599b..00000000000
--- a/mcs/class/Mono.Security/Test/tools/npgsql/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-2005-02-10 Sebastien Pouliot <sebastien@ximian,com>
-
- * ChangeLog: New. Track change in the Npgsql/SSL test tool.
- * Makefile: New. Build the test tool.
- * makewords.sh: New. Script to create sample data in batabase.
- * npdbtest.cs: New. Test tool.
- * README: Instruction on how to install and setup PostgreSQL for the
- tests.
diff --git a/mcs/class/Mono.Security/Test/tools/poll/ChangeLog b/mcs/class/Mono.Security/Test/tools/poll/ChangeLog
deleted file mode 100644
index 507f65ba5cb..00000000000
--- a/mcs/class/Mono.Security/Test/tools/poll/ChangeLog
+++ /dev/null
@@ -1,5 +0,0 @@
-2006-04-21 Sebastien Pouliot <sebastien@ximian.com>
-
- * poll.cs: New test tool contributed by Simon Brys for bug #78085.
- It's a good test for the abbreviated handshake.
- * Makefile: Build/clean for poll.exe
diff --git a/mcs/class/Mono.Security/Test/tools/postecho/ChangeLog b/mcs/class/Mono.Security/Test/tools/postecho/ChangeLog
deleted file mode 100644
index 58d6fbcd817..00000000000
--- a/mcs/class/Mono.Security/Test/tools/postecho/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-2005-04-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * sendback.ashx: yet another handler to test with.
-
-2005-04-07 Sebastien Pouliot <sebastien@ximian.com>
-
- * postmulti.cs: New. Async POST tests using HttpWebRequest.
- * Makefile: Build postmulti tool.
- * README: updated instructions with the new postmulti tool.
-
-2005-04-06 Sebastien Pouliot <sebastien@ximian.com>
-
- * postecho.cs: Added an ICertificatePolicy to ease testing with
- HttpWebRequest. Fixed some strings.
- * sendback.aspx: ASP.NET version of the server script.
- * README: updated instructions with the new script.
-
-2005-02-04 Sebastien Pouliot <sebastien@ximian.com>
-
- * ChangeLog: New. Track changes of postecho;
- * Makefile: New. Build/clean the postecho tool;
- * postecho.cs: New. Tool to POST a buffer and receive/compare the
- same data back from the server.
- * sendback.asp: ASP (not ASP.NET) script to work with postecho.
- * README: instructions about postecho
diff --git a/mcs/class/Mono.Security/Test/tools/server/ChangeLog b/mcs/class/Mono.Security/Test/tools/server/ChangeLog
deleted file mode 100644
index 91d91be04eb..00000000000
--- a/mcs/class/Mono.Security/Test/tools/server/ChangeLog
+++ /dev/null
@@ -1,4 +0,0 @@
-2006-09-11 Sebastien Pouliot <sebastien@ximian.com>
-
- * README: Updated instruction for recent versions of wget.
- * msslserver.cs: Don't require the client certificates (i.e. optional)
diff --git a/mcs/class/Mono.Security/Test/tools/sockethell/ChangeLog b/mcs/class/Mono.Security/Test/tools/sockethell/ChangeLog
deleted file mode 100644
index fc28ec6b194..00000000000
--- a/mcs/class/Mono.Security/Test/tools/sockethell/ChangeLog
+++ /dev/null
@@ -1,5 +0,0 @@
-2005-08-31 Sebastien Pouliot <sebastien@ximian.com>
-
- * Makefile: build and execute unit tests from SocketHell.
- * SocketHell.cs: Tests from JD Conley for Ssl*Stream, NetworkStream and
- socket (adapted to run on 1.x with nunit).
diff --git a/mcs/class/Mono.Security/Test/tools/tlstest/ChangeLog b/mcs/class/Mono.Security/Test/tools/tlstest/ChangeLog
deleted file mode 100644
index 85a1e16867f..00000000000
--- a/mcs/class/Mono.Security/Test/tools/tlstest/ChangeLog
+++ /dev/null
@@ -1,32 +0,0 @@
-2005-04-15 Sebastien Pouliot <sebastien@ximian.com>
-
- * README: informations about the different tools;
- * tlssave.cs: New. Async HttpWebRequest and streams using HTTP or
- HTTPS GET. Saves the downloaded page to disk (1, 2, ... X).
- * Makefile: Updated for tlssave.
-
-2005-04-09 Sebastien Pouliot <sebastien@ximian.com>
-
- * tlsasync.cs: New. Async HttpWebRequest and streams using HTTP or
- HTTPS GET. Display the web page if only one URL is supplied.
- * Makefile: Build tlsasync tool.
-
-2005-04-08 Sebastien Pouliot <sebastien@ximian.com>
-
- * tlsmulti.cs: Display the web page if only one URL is supplied. Show
- usage if no URL is specified.
-
-2005-04-07 Sebastien Pouliot <sebastien@ximian.com>
-
- * tlsmulti.cs: New. Async GET tests using HttpWebRequest.
- * Makefile: Build tlsmulti tool.
-
-2004-02-25 Sebastien Pouliot <sebastien@ximian.com>
-
- * tlstest.cs: Updated to support Basic and Digest authentication. Also
- support ICertificatePolicy for WebRequests.
-
-2004-02-23 Sebastien Pouliot <sebastien@ximian.com>
-
- * tlstest.cs: New. Tool to test for SSLv3 and TLSv1 stream
- implementation.