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

	*  ASN1ConvertTest.cs: Fix test cases by using local time. Patch
	provided by Peter Dettman. Fix bug #324181

2008-04-25  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongName.cs: New test cases to verify signatures from streams.
	Patch from Dave Hillier <daveh@lindenlab.com>

2007-01-05  Sebastien Pouliot  <sebastien@ximian.com>

	* ASN1ConvertTest.cs: Update unit test syntax to NUnit 2.2. Change
	DateTime.UtcNow to Now as the API requires, under 1.x, a local date 
	time. Disregard buggy ConvertOID_LargeX under MS 2.0.

2006-10-06  Sebastien Pouliot  <sebastien@ximian.com>

	* ASN1ConvertTest.cs: Adjusted big integer convertion test cases for
	both a sign-extended result and a "normal" (not extended) result.

2005-10-03  Sebastien Pouliot  <sebastien@ximian.com>

	* PKCS7Test.cs: New. Unit tests to ensure authenticated attributes
	are sorted before they are signed. This is required by DER and ensures
	better interoperability with other implementations (like BouncyCastle)

2004-05-11  Sebastien Pouliot  <sebastien@ximian.com>

	* ASN1ConvertTest.cs: New. Unit tests for ASN.1 convertions.
	* StrongNameTest.cs: Added new unit tests for better coverage.

2003-10-11  Sebastien Pouliot  <spouliot@videotron.ca>

	* StrongNameTest.cs: Added tests for Hash, Sign and Verify.

2003-03-08  Sebastien Pouliot  <spouliot@videotron.ca>

	* StrongNameTest.cs: New. Unit tests for StrongNames.

