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