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