2009-11-12 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Core / System.Security.Cryptography / ChangeLog
blobb25f7385f60b68ee331d8e44cedf6bcd79d0e2d9
1 2009-11-12  Jb Evain  <jbevain@novell.com>
3         * Aes.cs: avoid using an hardcoded assembly version for System.Core.
5 2009-07-20  Sebastien Pouliot  <sebastien@ximian.com>
7         * Aes.cs: Use the fully qualified name since this is not a type known
8         in the default corlib (2.0 or 1.x).
10 2009-04-29  Sebastien Pouliot  <sebastien@ximian.com>
12         * MD5Cng.cs, SHA1Cng.cs, SHA256Cng.cs, SHA256CryptoServiceProvider.cs,
13         SHA384Cng.cs, SHA384CryptoServiceProvider.cs, SHA512Cng.cs,
14         SHA512CryptoServiceProvider.cs: Regenerated to be excluded from
15         NET_2_1
17 2008-08-07  Sebastien Pouliot  <sebastien@ximian.com>
19         * Aes.cs: Don't set the (unexisting) FeedbackSizeValue field
20         for NET_2_1
21         * AesTransform.cs: Remove code for blocksize != 128 bits
23 2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>
25         * Aes.cs: New. Base class for AES cipher.
26         * AesCryptoServiceProvider.cs: New. CSP implementation
27         of AES. For mono we're reusing the managed AesTransform
28         * AesManaged.cs: New. Managed implementation of AES.
29         * AesTransform.cs: New. Actual managed code for AES.
30         * CngAlgorithm.cs: New.
31         * CngAlgorithmGroup.cs: New.
32         * MD5Cng.cs: New. Generated code.
33         * SHA1Cng.cs: New. Generated code.
34         * SHA256Cng.cs: New. Generated code.
35         * SHA256CryptoServiceProvider.cs: New. Generated code.
36         * SHA384Cng.cs: New. Generated code.
37         * SHA384CryptoServiceProvider.cs: New. Generated code.
38         * SHA512Cng.cs: New. Generated code.
39         * SHA512CryptoServiceProvider.cs: New. Generated code.