2002-10-14 Sebastien Pouliot * AllTests.cs: Added suite for PKCS1MaskGenerationMethod * PKCS1MaskGenerationMethodTest.cs: New. Test work as per PKCS#1 but result isn't the same as MS implementation !?! is MS using this class ? 2002-10-13 Sebastien Pouliot * AllTests.cs: Added suite for HashAlgorithm, KeyedHashAlgorithm and HMACSHA1 * HashAlgorithmTest.cs: New. Test for Create and Clear * KeyedHashAlgorithmTest.cs: New. Test for Create and key assignation * HMACSHA1Test.cs: New. Test vectors from FIPS 198 and RFC2202 2002-10-12 Sebastien Pouliot * AllTests.cs: Added suite for RandomNumberGenerator, SHA1 and SHA1CryptoServiceProvider * RandomNumberGeneratorTest.cs: New. Tests for Create and generic random quality tests (FIPS140-2) * SHA1Test.cs: New. Tests for Create and generic SHA1 tests (FIPS180-1) * SHA1CryptoServiceProviderTest.cs: New. Inherited SHA1Tests tests + specific tests 2002-10-10 Sebastien Pouliot * DSATest.cs: Added non-abstract DSA class to test To/FromXmlString() * RSATest.cs: Added non-abstract RSA class to test To/FromXmlString() * AllTests.cs: Added DSATest.cs and RSATest.cs in suite 2002-10-09 Sebastien Pouliot * CryptoConfigTest.cs: New tests * AllTests.cs: Added CryptoConfigTest in suite 2002-10-05 Andrew Birkett * RC2Test.cs: New test. Only three cases are enabled - the other five work fine under mono, but fail under MS corlib, so I've commented them out. * AllTests.cs: Added RC2Test. 2002-09-23 Andrew Birkett * RijndaelManagedTest.cs: Fixed initialization order problem to match MS behaviour. 2002-09-22 Gonzalo Paniagua Javier * MD5Test.cs: new test from Eduardo García Cebollero (kiwnix@yahoo.es). * AllTests.cs: added new test.