2007-02-12  Sebastien Pouliot  <sebastien@ximian.com>

	* X509CertificateTest.cs: Add test case for a certificate using dates
	with an UTC offset (e.g. 990630000000+1000).

2006-12-14  Sebastien Pouliot  <sebastien@ximian.com>

	* X501NameTest.cs: Added test case with a DN using Teletex/T61String.

2006-12-11  Sebastien Pouliot  <sebastien@ximian.com>

	* PKCS12Test.cs: Add all failing PKITS PKCS#12 files (all DSA) as unit
	test cases. Updated syntax to NUnit 2.2.

2006-12-05  Sebastien Pouliot  <sebastien@ximian.com>

	* X509CertificateTest.cs: Add new test cases for [Issuer|Subject]
	UniqueIdentifier properties.
	* X509Crl.cs: Add test cases for CRL signature verification using a
	certificate without a CA flag in it's BasicConstraintExtension.

2006-12-04  Sebastien Pouliot  <sebastien@ximian.com>

	* X509Certificate.cs: New. Unit tests for X509Certificate when dealing
	with DSA keys, including the case where DSA parameters are inherited.

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

	* PKCS12Test.cs: Added OpenSSL generated test case with an empty 
	password (#79717). Changed results for existing test case with empty
	password.

2006-07-25  Sebastien Pouliot  <sebastien@ximian.com>

	* X509CrlTest.cs: Added regression test for bug #78901.

2006-01-24  Sebastien Pouliot  <sebastien@ximian.com>

	* PKCS12Test.cs: Add a test case where the password is String.Empty 
	when no password is required to decrypt the structures.

2005-11-04  Sebastien Pouliot  <sebastien@ximian.com> 
 
	* PKCS12Test.cs: Added tests for adding multiple keys with the same 
	size inside a pkcs12 file. Fixed test when removing different keys
	from the structure (removed only it the public key match).

2005-11-04  Sebastien Pouliot  <sebastien@ximian.com>

	* PKCS12.cs: Added tests for MaximumPasswordLength property wrt to the
	CryptoAPI limits on the password length (32 characters) when importing
	and exporting PKCS #12 files.

2005-08-29  Sebastien Pouliot  <sebastien@ximian.com>

	* X501NameTest.cs: Added test cases for quoted and escaped values.

2005-08-12  Sebastien Pouliot  <sebastien@ximian.com>

	* X520AttributesTest.cs: New. Test cases from Daniel Granath to check
	best encoding selection for values.

2005-06-30  Sebastien Pouliot  <sebastien@ximian.com>

	* X509CrlTest.cs: New. Add regression test for bug #75406.

2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

	* PKCS12Test.cs: Fix a test for 2.0 (where the constructor could be
	ambiguous).

2004-05-12  Nick Drochak <ndrochak@ieee.org>

	* PKCS12Test.cs: Do not exceed line length limit. 

2004-05-11  Jesper Pedersen <jep@itplus.dk>

	* PKCS12Test.cs: Added unit tests for the new methods.

2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>

	* PKCS12Test.cs: New. Unit test for PKCS#12 files (with/without 
	passwords, weak/strong encryption) and PKCS#12 password based key 
	derivation.

2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>

	* ITrustAnchors.cs: New. Interface to trust anchors.
	* TestAnchors.cs: New. Include 2 tests anchors: Microsoft Root Agency
	(for Windows compatibility) and Mono Test Root.
	* TrustAnchors.cs: New. Include some widely used (commercial) code 
	signing root certificates.
	* X509CertificateCollection.cs: New. Collection for Mono's X509 
	certificates.
	* X509Chain.cs: New. MINIMAL certificate chaining engine to support
	Authenticode(tm). VERY PARTIAL IMPLEMENTATION!!!

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

	* X501Name.cs: New. X.501 Distinguished Names stuff
	* X509Builder.cs: New. Abstract class for building X.509 related
	structures (like certificates and CRLs).
	* X509Certificate.cs: New. A more complete class to handle X.509
	certificates.
	* X509CertificateBuilder.cs: New. Class to build X.509 certificates.
	* X509Extension.cs: New. A base class for all X.509 extensions.
	* X509Extensions.cs: New. X509Extension collection.
	* X520Attributes.cs: New. X.520 attributes (mainly for X501 names)
