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