2003-09-01 Sebastien Pouliot * AuthenticodeBase.cs: New. Base class including how to hash a PE file. * AuthenticodeDeformatter.cs: New. Class to decode Authenticode(tm) signatures. * AuthenticodeFormatter.cs: New. Class to encode a Authenticode(tm) signature, and optionally a timestamp, into a PE file. * SoftwarePublisherCertificate.cs: Now use Mono.Security.X509. X509Certificate class. 2003-06-19 Nick Drochak * PrivateKey.cs: Work around for mcs? bug 45127. 2003-03-15 Sebastien Pouliot * PrivateKey.cs: New. Class to load or create PVK (PriVate Key) files (a Microsoft specific file format for private keys). 2003-03-06 Sebastien Pouliot * SoftwarePublisherCertificate.cs: New. Class to load or create SPC files (which are PKCS#7 files containing only certificates and CRL).