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)
