2004-06-08  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongName.cs: Synch with corlib (the new code isn't even compiled)
	in Mono.Security assembly.

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

	* PKCS7.cs: Added SignedData.VerifySignature(AsymmetricAlgorithm aa).
	Added support for calculating signature from SignedData content (i.e.
	when UseAuthenticatedAttributes is false). Added contentType to 
	AuthenticatedAttributes (when SignedData.UseAuthenticatedAttributes 
	is true).

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

	* ASN1Convert.cs: Added better exceptions. Fixed bugs found by new
	unit tests.
	* StrongName.cs: Fixed GetBytes() when creating a new strongname. 
	Removed	unrequired :base() from a constructor. Removed debugging 
	Console.WriteLine.

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

	* ASN1.cs: Fixed NullReferenceException in xmldsig standalone tests.

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

	* ASN1.cs: FxCop-ized. CLS compliance.
	* ASN1Convert.cs: FxCop-ized. CLS compliance.
	* PKCS7.cs: FxCop-ized. CLS compliance.
 	* StrongName: FxCop-ized. CLS compliance.

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

	* ASN1.cs: Added SaveToFile for easier debugging. Patch from
	Jesper Pedersen.
	* BitConverterLE.cs: New. Added Little-Endian BitConverter from 
	Bernie Solomon to sync versions with corlib.
	* StrongName.cs: Synched with corlib version. Adds ECMA key fixes,
	endian fixes from Bernie Solomon and removed compilation warning.

2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongName.cs: Update to include new static method that can be 
	called from the runtime to validate strongname signatures. 
	Refactored the existing class to reduce code duplication.

2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongName.cs: Added CanSign property for AssemblyBuilder. Current
	Fx design requires an exception to know if the private key is present
	in an RSA instance. In some case (inside corlib) we can do without...

2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>

	* StrongName.cs: Added exceptions for null or invalid keys.

2004-03-17  Jesper Pedersen  <jep@itplus.dk>

	* ASN1.cs: Implemented ASN1::ToString (byte dump)
	* ASN1Convert.cs: Fixed engine problem in ASN1Convert::FromInt32

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

	* PKCS7.cs: Implemented EncryptedData, EnvelopedData and updated 
	SignedData for v3 SubjectKeyIdentifier.
	
2003-11-06  Sebastien Pouliot  <spouliot@videotron.ca>

	* StrongName.cs: Now supports MZ headers bigger than 128 bytes.

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

	* StrongName.cs: Added Hash, Sign and Verify.

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

	* PKCS7.cs: Updated to use Mono.Security.X509.X509Certificate and to
	support countersignatures.

2003-06-19  Nick Drochak <ndrochak@gol.com>

	* StrongName.cs: Work around for mcs? bug 45127.

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

	* StrongName.cs: New. Partial implementation for StrongNames.

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

	* ASN1.cs: Updated ASN1 class (from corlib). This file will,
	eventually, be automagically synched with corlib.
	* ASN1Convert.cs: New. Helper class to convert from and to
	ASN1 structures.
	* PKCS7.cs: New. Basic implementation of CMS (Cryptographic 
	Message Syntax Standard).
 

