2003-09-01 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / Mono.Security / Mono.Security.Authenticode / ChangeLog
1 2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>  
2
3         * AuthenticodeBase.cs: New. Base class including how to hash a
4         PE file.
5         * AuthenticodeDeformatter.cs: New. Class to decode Authenticode(tm)
6         signatures.
7         * AuthenticodeFormatter.cs: New. Class to encode a Authenticode(tm)
8         signature, and optionally a timestamp, into a PE file.
9         * SoftwarePublisherCertificate.cs: Now use Mono.Security.X509.
10         X509Certificate class.
11
12 2003-06-19  Nick Drochak <ndrochak@gol.com>
13
14         * PrivateKey.cs: Work around for mcs? bug 45127.
15
16 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
17
18         * PrivateKey.cs: New. Class to load or create PVK (PriVate Key)
19         files (a Microsoft specific file format for private keys).
20
21 2003-03-06  Sebastien Pouliot  <spouliot@videotron.ca>
22
23         * SoftwarePublisherCertificate.cs: New. Class to load or create
24         SPC files (which are PKCS#7 files containing only certificates 
25         and CRL).
26