New test.
[mono.git] / mcs / class / Mono.Security / Mono.Security.Authenticode / ChangeLog
1 2006-06-14  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * AuthenticodeBase.cs: Fix destination offset. Note that this works 
4         under MS but not under Mono.
5         * AuthenticodeDeformatter.cs: Report a more useful error if the file
6         hash doesn't match the signed hash.
7         * AuthenticodeFormatter.cs: Implemented support for Timestamp method.
8
9 2005-04-18  Sebastien Pouliot  <sebastien@ximian.com>
10
11         * AuthenticodeFormatter.cs: Commented unused private constants to 
12         remove compiler warnings.
13
14 2005-04-08  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * AuthenticodeDeformatter.cs: In synch with corlib version.
17
18 2004-11-05  Sebastien Pouliot  <sebastien@ximian.com>
19
20         * AuthenticodeFormatter.cs: Now use BitConverterLE for explicit 
21         little-endian convertion.
22         * PrivateKey.cs: Now use BitConverterLE for explicit little-endian
23         convertion for PVK files.
24
25 2004-10-29  Sebastien Pouliot  <sebastien@ximian.com>
26
27         * AuthenticodeFormatter.cs: Fixed spcSpOpusInfo attribute (it wasn't 
28         added) and contentType attribute (was added 2 times). Also fixed the
29         case where we signed an already Authenticode signed file (re-signing).
30         * SoftwarePublisherCertificate.cs: Support for base64 encoded ASN.1 
31         files (either Unicode or ASCII).
32
33 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
34
35         * AuthenticodeFormatter.cs: Fixed case where Url is null (broken since
36         we switched from string to Uri). Now use "using" for FileStream.
37
38 2004-09-17  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * AuthenticodeDeformatter.cs: In synch with corlib version. Fixed all 
41         level 4 compilation warnings.
42         * AuthenticodeFormatter.cs: Fixed all level 4 compilation warnings.
43         * PrivateKey.cs: Fixed all level 4 compilation warnings.
44
45 2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
46
47         * AuthenticodeBase.cs: Reworked not to load the entire file into 
48         memory before hashing it (now in 4kb blocks). Splitted code in many
49         methods to allow "lighter" use by the deformatter.
50         * AuthenticodeDeformatter.cs: Less memory hungry so it can be used to
51         create Publisher evidences. No hash instance are created if the file
52         isn't signed.
53         * AuthenticodeFormatter.cs: Adapted to API changes.
54
55 2004-05-11  Sebastien Pouliot  <sebastien@ximian.com>
56
57         * PrivateKey.cs: Better exception reporting. Added globalization to 
58         exceptions.
59         * SoftwarePublisherCertificate.cs: Better exception reporting. Added 
60         globalization to exceptions. 
61
62 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
63
64         * AuthenticodeBase.cs: Added missing (overwritten) #if INSIDE_CORLIB
65         directives to hides type and enum in corlib.
66
67 2004-04-22  Sebastien Pouliot  <sebastien@ximian.com>
68
69         * AuthenticodeBase.cs: FxCop-ized. CLS compliance. Also includes
70         endian fixes from Bernie Solomon.
71         * AuthenticodeDeformatter.cs: FxCop-ized. CLS compliance.
72         * AuthenticodeFormatter.cs: FxCop-ized. CLS compliance.
73         * PrivateKey.cs: Replaced Array.Copy with Buffer.BlockCopy.
74         * SoftwarePublisherCertificate.cs: FxCop-ized.
75
76 2004-02-23  Sebastien Pouliot  <sebastien@ximian.com>   
77
78         * PrivateKey.cs: Adjusted to catch exceptions from CryptoConvert.
79         FromCapiPrivateKeyBlob when dealing with weakly encrypted keys.
80
81 2004-02-20  Sebastien Pouliot  <sebastien@ximian.com>   
82
83         * AuthenticodeDeformatter.cs: Updated to use the new X509Chain syntax. 
84
85 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>  
86
87         * AuthenticodeDeformatter.cs: Now throw a COMException for invalid 
88         signature. Added a SigningCertificate property (to be independant of
89         the certificate collection ordering).
90
91 2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>  
92
93         * AuthenticodeBase.cs: New. Base class including how to hash a
94         PE file.
95         * AuthenticodeDeformatter.cs: New. Class to decode Authenticode(tm)
96         signatures.
97         * AuthenticodeFormatter.cs: New. Class to encode a Authenticode(tm)
98         signature, and optionally a timestamp, into a PE file.
99         * SoftwarePublisherCertificate.cs: Now use Mono.Security.X509.
100         X509Certificate class.
101
102 2003-06-19  Nick Drochak <ndrochak@gol.com>
103
104         * PrivateKey.cs: Work around for mcs? bug 45127.
105
106 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
107
108         * PrivateKey.cs: New. Class to load or create PVK (PriVate Key)
109         files (a Microsoft specific file format for private keys).
110
111 2003-03-06  Sebastien Pouliot  <spouliot@videotron.ca>
112
113         * SoftwarePublisherCertificate.cs: New. Class to load or create
114         SPC files (which are PKCS#7 files containing only certificates 
115         and CRL).
116