2002-10-16 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography / ChangeLog
1 2002-10-16  Nick Drochak  <ndrochak@gol.com>
2
3         * CryptoConfigTest.cs (TestCreateFromName): Disable tests for
4         algorithms that aren't in the build yet.
5
6 2002-10-16  Nick Drochak  <ndrochak@gol.com>
7
8         * AllTests.cs: Disable tests that use components were are excluding
9         from corlib.
10         * SHA1Test.cs: same
11
12 2002-10-14  Sebastien Pouliot  <spouliot@videotron.ca>
13
14         * AllTests.cs: Added suite for PKCS1MaskGenerationMethod
15         * PKCS1MaskGenerationMethodTest.cs: New. Test work as per PKCS#1 but 
16         result isn't the same as MS implementation !?! is MS using this class ?
17
18 2002-10-13  Sebastien Pouliot  <spouliot@videotron.ca>
19
20         * AllTests.cs: Added suite for HashAlgorithm, KeyedHashAlgorithm and
21         HMACSHA1
22         * HashAlgorithmTest.cs: New. Test for Create and Clear
23         * KeyedHashAlgorithmTest.cs: New. Test for Create and key assignation
24         * HMACSHA1Test.cs: New. Test vectors from FIPS 198 and RFC2202
25
26 2002-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
27
28         * AllTests.cs: Added suite for RandomNumberGenerator, SHA1 and 
29         SHA1CryptoServiceProvider
30         * RandomNumberGeneratorTest.cs: New. Tests for Create and generic 
31         random quality tests (FIPS140-2)
32         * SHA1Test.cs: New. Tests for Create and generic SHA1 tests (FIPS180-1)
33         * SHA1CryptoServiceProviderTest.cs: New. Inherited SHA1Tests tests +
34         specific tests
35
36 2002-10-10  Sebastien Pouliot  <spouliot@videotron.ca>
37
38         * DSATest.cs: Added non-abstract DSA class to test To/FromXmlString()
39         * RSATest.cs: Added non-abstract RSA class to test To/FromXmlString()
40         * AllTests.cs: Added DSATest.cs and RSATest.cs in suite
41
42 2002-10-09  Sebastien Pouliot  <spouliot@videotron.ca>
43
44         * CryptoConfigTest.cs: New tests
45         * AllTests.cs: Added CryptoConfigTest in suite
46
47 2002-10-05  Andrew Birkett  <andy@nobugs.org>
48
49         * RC2Test.cs: New test.  Only three cases are enabled - the other
50         five work fine under mono, but fail under MS corlib, so I've 
51         commented them out.
52
53         * AllTests.cs: Added RC2Test.
54
55 2002-09-23  Andrew Birkett  <andy@nobugs.org>
56
57         * RijndaelManagedTest.cs: Fixed initialization order problem 
58         to match MS behaviour.
59
60 2002-09-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
61
62         * MD5Test.cs: new test from Eduardo GarcĂ­a Cebollero (kiwnix@yahoo.es).
63         * AllTests.cs: added new test.