5b1a19af2644f4fc0f8407916904f960da84410e
[mono.git] / mcs / class / System.Security / Test / System.Security.Cryptography / ChangeLog
1 2005-10-20  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * CryptographicAttributeObjectCas.cs: New. CAS unit tests.
4         * CryptographicAttributeObjectEnumeratorCas.cs: New. CAS unit tests.
5         * CryptographicAttributeObjectEnumeratorTest.cs: New. Unit tests.
6         * CryptographicAttributeObjectCollectionCas.cs: New. CAS unit tests.
7         * CryptographicAttributeObjectCollectionTest.cs: New. Unit tests.
8         * ProtectedDataCas.cs: New. CAS unit tests.
9         * ProtectedDataTest.cs: Reworked/complete unit tests.
10         * ProtectedMemoryCas.cs: New. CAS unit tests.
11         * ProtectedMemoryTest.cs: Reworked/complete unit tests.
12
13 2005-09-26  Sebastien Pouliot  <sebastien@ximian.com>
14
15         * Asn*.cs, Oid*.cs: Moved to System.dll
16
17 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * ProtectedDataTest.cs: Updated to NUnit 2.2 API to use Ignore it the 
20         platform doesn't support ProtectedData.
21         * ProtectedMemoryTest.cs: Updated to NUnit 2.2 API to use Ignore it 
22         the platform doesn't support ProtectedData.
23
24 2005-04-23  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * CryptographicAttributeTest.cs: Changed class names to match beta2.
27
28 2005-01-13  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * CryptographicAttributeTest.cs: Updated to NUnit 2.2 tests.
31
32 2004-07-09  Sebastien Pouliot  <sebastien@ximian.com>
33
34         * CryptographicAttributeTest.cs: New. Moved from S.S.C.Pkcs.