2011-01-25  Geoff Norton  <grompf@sublimeintervention.com>

	Further .NET 4.0 ification of the mobile profile

2010-12-14  Jeffrey Stedfast  <fejj@gnome.org>

	Fixed AesManaged parameter names to make gui-compare happy

2010-03-18  Sebastien Pouliot  <sebastien@ximian.com>

	* Aes.cs: Build here before NET_4_0 (or MOONLIGHT) otherwise 
	build only if compiled from mscorlib.dll

2009-11-12  Jb Evain  <jbevain@novell.com>

	* Aes.cs: avoid using an hardcoded assembly version for System.Core.

2009-07-20  Sebastien Pouliot  <sebastien@ximian.com>

	* Aes.cs: Use the fully qualified name since this is not a type known
	in the default corlib (2.0 or 1.x).

2009-04-29  Sebastien Pouliot  <sebastien@ximian.com>

	* MD5Cng.cs, SHA1Cng.cs, SHA256Cng.cs, SHA256CryptoServiceProvider.cs,
	SHA384Cng.cs, SHA384CryptoServiceProvider.cs, SHA512Cng.cs,
	SHA512CryptoServiceProvider.cs: Regenerated to be excluded from
	NET_2_1

2008-08-07  Sebastien Pouliot  <sebastien@ximian.com>

	* Aes.cs: Don't set the (unexisting) FeedbackSizeValue field
	for NET_2_1
	* AesTransform.cs: Remove code for blocksize != 128 bits

2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>

	* Aes.cs: New. Base class for AES cipher.
	* AesCryptoServiceProvider.cs: New. CSP implementation
	of AES. For mono we're reusing the managed AesTransform
	* AesManaged.cs: New. Managed implementation of AES.
	* AesTransform.cs: New. Actual managed code for AES.
	* CngAlgorithm.cs: New.
	* CngAlgorithmGroup.cs: New.
	* MD5Cng.cs: New. Generated code.
	* SHA1Cng.cs: New. Generated code.
	* SHA256Cng.cs: New. Generated code.
	* SHA256CryptoServiceProvider.cs: New. Generated code.
	* SHA384Cng.cs: New. Generated code.
	* SHA384CryptoServiceProvider.cs: New. Generated code.
	* SHA512Cng.cs: New. Generated code.
	* SHA512CryptoServiceProvider.cs: New. Generated code.
