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

	* PKCS12.cs: New. Copied from Mono.Security.dll to allow support of
	PKCS#12 files in X509Certificate for 2.0.
	* X509Certificate.cs: Added new features required to support 2.0.

2005-02-25  Sebastien Pouliot  <sebastien@ximian.com>

	* X501Name.cs: In sync with Mono.Security.dll version.
	* X520Attributes.cs: In sync with Mono.Security.dll version.

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

	* X509Certificate.cs: Fixed NullReferenceException when asking for
	data that wasn't a proper X.509 certificate.

2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>

	* X509Certificate.cs: Fixed warning (l4) for unused variable.
	* X509Extension.cs: Fixed warning (l4) for unused variable.

2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>

	* X509Chain.cs: Merge from Mono.Security. Fix two bugs (chain 
	construction from collection) and Reset-ing empty chain.

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

	* X509Certificate.cs: Rethrow original exception when parsing X.509 
	certificates (inside a CryptographicException) so people can see if 
	their changes affects certificate decoding.

2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>

	* X501Name.cs: In sync with Mono.Security.dll version.
	* X509CRL.cs: New in corlib. In sync with Mono.Security.dll version.
	* X509Certificate.cs: In sync with Mono.Security.dll version.
	* X509CertificateCollection.cs: In sync with Mono.Security.dll version.
	* X509Chain.cs: In sync with Mono.Security.dll version.
	* X509ChainStatusFlag.cs: New in corlib. In sync with Mono.Security.dll
	version.
	* X509Extension.cs: In sync with Mono.Security.dll version.
	* X509Extensions.cs: In sync with Mono.Security.dll version.
	* X509Store.cs: New in corlib. In sync with Mono.Security.dll version.
	* X509StoreManager.cs: New in corlib. In sync with Mono.Security.dll version.
	* X509Stores.cs: New in corlib. In sync with Mono.Security.dll version.
	* X520Attributes.cs: In sync with Mono.Security.dll version.

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

	* TrustAnchors.cs: Added a new trusted root, Thawte, for code signing.

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

	* ITrustAnchors.cs: Added from Mono.Security assembly to
	support Authenticode in X509Certificate.CreateFromSignedFile
	* TestAnchors.cs: Added from Mono.Security assembly to
	support Authenticode in X509Certificate.CreateFromSignedFile
	* TrustAnchors.cs: Added from Mono.Security assembly to
	support Authenticode in X509Certificate.CreateFromSignedFile
	* X509CertificateCollection.cs: Added from Mono.Security assembly to
	support Authenticode in X509Certificate.CreateFromSignedFile
	* X509Chain.cs: Added from Mono.Security assembly to
	support Authenticode in X509Certificate.CreateFromSignedFile

2003-05-16  Sebastien Pouliot  <spouliot@videotron.ca>

	* X509Certificate.cs: Added support for "really" NULL key parameters
	(i.e. not ASN.1	encoded NULL).

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

	* X501Name.cs: New. X.501 Distinguished Names stuff
	* X509Certificate.cs: New. A more complete class to handle 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)
