[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Core / System.Security.Cryptography / ChangeLog
1 2011-02-17  Juho Vähä-Herttua  <juhovh@iki.fi>
2
3         * CngAlgorithm.cs, CngAlgorithmGroup.cs: Change the private
4         variable name to match .NET when the class is serialized
5         * CngKeyBlobFormat.cs: New.
6         * CngKeyCreationParameters.cs: New.
7         * CngProperty.cs: New.
8         * CngPropertyCollection.cs: New.
9         * CngProvider.cs: New.
10         * CngUIPolicy.cs: New.
11
12 2011-02-16  Juho Vähä-Herttua  <juhovh@iki.fi>
13
14         * CngExportPolicies.cs: New.
15         * CngKeyCreationOptions.cs: New.
16         * CngKeyOpenOptions.cs: New.
17         * CngKeyUsages.cs: New.
18         * CngPropertyOptions.cs: New.
19         * CngUIProtectionLevels.cs: New.
20         * ECDiffieHellmanKeyDerivationFunction.cs: New.
21         * ECKeyXmlFormat.cs: New.
22
23 2010-03-18  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * Aes.cs: Build here before NET_4_0 (or MOONLIGHT) otherwise 
26         build only if compiled from mscorlib.dll
27
28 2009-11-12  Jb Evain  <jbevain@novell.com>
29
30         * Aes.cs: avoid using an hardcoded assembly version for System.Core.
31
32 2009-07-20  Sebastien Pouliot  <sebastien@ximian.com>
33
34         * Aes.cs: Use the fully qualified name since this is not a type known
35         in the default corlib (2.0 or 1.x).
36
37 2009-04-29  Sebastien Pouliot  <sebastien@ximian.com>
38
39         * MD5Cng.cs, SHA1Cng.cs, SHA256Cng.cs, SHA256CryptoServiceProvider.cs,
40         SHA384Cng.cs, SHA384CryptoServiceProvider.cs, SHA512Cng.cs,
41         SHA512CryptoServiceProvider.cs: Regenerated to be excluded from
42         NET_2_1
43
44 2008-08-07  Sebastien Pouliot  <sebastien@ximian.com>
45
46         * Aes.cs: Don't set the (unexisting) FeedbackSizeValue field
47         for NET_2_1
48         * AesTransform.cs: Remove code for blocksize != 128 bits
49
50 2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>
51
52         * Aes.cs: New. Base class for AES cipher.
53         * AesCryptoServiceProvider.cs: New. CSP implementation
54         of AES. For mono we're reusing the managed AesTransform
55         * AesManaged.cs: New. Managed implementation of AES.
56         * AesTransform.cs: New. Actual managed code for AES.
57         * CngAlgorithm.cs: New.
58         * CngAlgorithmGroup.cs: New.
59         * MD5Cng.cs: New. Generated code.
60         * SHA1Cng.cs: New. Generated code.
61         * SHA256Cng.cs: New. Generated code.
62         * SHA256CryptoServiceProvider.cs: New. Generated code.
63         * SHA384Cng.cs: New. Generated code.
64         * SHA384CryptoServiceProvider.cs: New. Generated code.
65         * SHA512Cng.cs: New. Generated code.
66         * SHA512CryptoServiceProvider.cs: New. Generated code.