disable broken tests on net_4_0
[mcs.git] / class / System.Security / System.Security.Cryptography / ChangeLog
blob047b0dfbc030b256cd20a62d74d8410b7c7a05d5
1 2009-06-05  Marek Safar  <marek.safar@gmail.com>
3         * *.cs: Fixed NET_2_0 conditional to actually handle Mono.Security
4         dependency.
6 2005-10-27  Sebastien Pouliot  <sebastien@ximian.com>
8         * ProtectedData.cs: Added support for Windows (2000 and later) by 
9         p/invoking DPAPI thru Mono.Security.Cryptography.NativeDapiProtection.
11 2005-10-20  Sebastien Pouliot  <sebastien@ximian.com>
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.
18 2005-09-26  Sebastien Pouliot  <sebastien@ximian.com>
20         * Asn*.cs, Oid*.cs: Moved to System.dll
22 2005-04-23  Sebastien Pouliot  <sebastien@ximian.com>
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.
31 2005-01-13  Sebastien Pouliot  <sebastien@ximian.com>
33         * CryptographicAttribute.cs: Fixed implementation with updated unit
34         tests.
36 2004-07-08  Sebastien Pouliot  <spouliot@videotron.ca>
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.