2004-09-17 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Mono.Security / Mono.Security.Authenticode / ChangeLog
1 2004-09-17  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * AuthenticodeDeformatter.cs: In synch with corlib version. Fixed all 
4         level 4 compilation warnings.
5         * AuthenticodeFormatter.cs: Fixed all level 4 compilation warnings.
6         * PrivateKey.cs: Fixed all level 4 compilation warnings.
7
8 2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
9
10         * AuthenticodeBase.cs: Reworked not to load the entire file into 
11         memory before hashing it (now in 4kb blocks). Splitted code in many
12         methods to allow "lighter" use by the deformatter.
13         * AuthenticodeDeformatter.cs: Less memory hungry so it can be used to
14         create Publisher evidences. No hash instance are created if the file
15         isn't signed.
16         * AuthenticodeFormatter.cs: Adapted to API changes.
17
18 2004-05-11  Sebastien Pouliot  <sebastien@ximian.com>
19
20         * PrivateKey.cs: Better exception reporting. Added globalization to 
21         exceptions.
22         * SoftwarePublisherCertificate.cs: Better exception reporting. Added 
23         globalization to exceptions. 
24
25 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
26
27         * AuthenticodeBase.cs: Added missing (overwritten) #if INSIDE_CORLIB
28         directives to hides type and enum in corlib.
29
30 2004-04-22  Sebastien Pouliot  <sebastien@ximian.com>
31
32         * AuthenticodeBase.cs: FxCop-ized. CLS compliance. Also includes
33         endian fixes from Bernie Solomon.
34         * AuthenticodeDeformatter.cs: FxCop-ized. CLS compliance.
35         * AuthenticodeFormatter.cs: FxCop-ized. CLS compliance.
36         * PrivateKey.cs: Replaced Array.Copy with Buffer.BlockCopy.
37         * SoftwarePublisherCertificate.cs: FxCop-ized.
38
39 2004-02-23  Sebastien Pouliot  <sebastien@ximian.com>   
40
41         * PrivateKey.cs: Adjusted to catch exceptions from CryptoConvert.
42         FromCapiPrivateKeyBlob when dealing with weakly encrypted keys.
43
44 2004-02-20  Sebastien Pouliot  <sebastien@ximian.com>   
45
46         * AuthenticodeDeformatter.cs: Updated to use the new X509Chain syntax. 
47
48 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>  
49
50         * AuthenticodeDeformatter.cs: Now throw a COMException for invalid 
51         signature. Added a SigningCertificate property (to be independant of
52         the certificate collection ordering).
53
54 2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>  
55
56         * AuthenticodeBase.cs: New. Base class including how to hash a
57         PE file.
58         * AuthenticodeDeformatter.cs: New. Class to decode Authenticode(tm)
59         signatures.
60         * AuthenticodeFormatter.cs: New. Class to encode a Authenticode(tm)
61         signature, and optionally a timestamp, into a PE file.
62         * SoftwarePublisherCertificate.cs: Now use Mono.Security.X509.
63         X509Certificate class.
64
65 2003-06-19  Nick Drochak <ndrochak@gol.com>
66
67         * PrivateKey.cs: Work around for mcs? bug 45127.
68
69 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
70
71         * PrivateKey.cs: New. Class to load or create PVK (PriVate Key)
72         files (a Microsoft specific file format for private keys).
73
74 2003-03-06  Sebastien Pouliot  <spouliot@videotron.ca>
75
76         * SoftwarePublisherCertificate.cs: New. Class to load or create
77         SPC files (which are PKCS#7 files containing only certificates 
78         and CRL).
79