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.