2004-03-24 Sebastien Pouliot * 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 * StrongName.cs: Added exceptions for null or invalid keys. 2004-03-17 Jesper Pedersen * ASN1.cs: Implemented ASN1::ToString (byte dump) * ASN1Convert.cs: Fixed engine problem in ASN1Convert::FromInt32 2003-12-07 Sebastien Pouliot * PKCS7.cs: Implemented EncryptedData, EnvelopedData and updated SignedData for v3 SubjectKeyIdentifier. 2003-11-06 Sebastien Pouliot * StrongName.cs: Now supports MZ headers bigger than 128 bytes. 2003-10-11 Sebastien Pouliot * StrongName.cs: Added Hash, Sign and Verify. 2003-09-01 Sebastien Pouliot * PKCS7.cs: Updated to use Mono.Security.X509.X509Certificate and to support countersignatures. 2003-06-19 Nick Drochak * StrongName.cs: Work around for mcs? bug 45127. 2003-03-08 Sebastien Pouliot * StrongName.cs: New. Partial implementation for StrongNames. 2003-03-06 Sebastien Pouliot * 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).