New test.
[mono.git] / mcs / class / System.Security / System.Security.Cryptography / ChangeLog
1 2005-10-27  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * ProtectedData.cs: Added support for Windows (2000 and later) by 
4         p/invoking DPAPI thru Mono.Security.Cryptography.NativeDapiProtection.
5
6 2005-10-20  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * CryptographicAttributeCollection.cs: Fixed Add and Remove methods.
9         * ProtectedMemory.cs: Implemented (unmanaged) for Windows only.
10         * ProtectedData.cs: Implemented for everything except Windows ;-) by
11         using the new ManagedProtection class.
12
13 2005-09-26  Sebastien Pouliot  <sebastien@ximian.com>
14
15         * Asn*.cs, Oid*.cs: Moved to System.dll
16
17 2005-04-23  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * CryptographicAttribute.cs: Renamed class to CryptographicAttribute
20         Object to match beta2.
21         * CryptographicAttributeCollection.cs: Renamed class to Cryptographic
22         AttributeObjectCollection to match beta2.
23         * CryptographicAttributeEnumerator.cs: Renamed class to Cryptographic
24         AttributeObjectEnumerator to match beta2.
25
26 2005-01-13  Sebastien Pouliot  <sebastien@ximian.com>
27
28         * CryptographicAttribute.cs: Fixed implementation with updated unit
29         tests.
30
31 2004-07-08  Sebastien Pouliot  <spouliot@videotron.ca>
32
33         * CryptographicAttribute.cs: New. Moved from S.S.C.Pkcs.
34         * CryptographicAttributeCollection.cs: New. Replace S.S.C.Pkcs.
35         Pkcs9AttributeCollection.
36         * CryptographicAttributeEnumerator.cs: New. Replace S.S.C.Pkcs.
37         Pkcs9AttributeEnumerator.