2007-04-26 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Mono.Security.Authenticode / ChangeLog
1 2007-04-26  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * AuthenticodeBase.cs: Synch with latest Mono.Security version
4         * AuthenticodeDeformatter.cs: Synch with latest Mono.Security version
5
6 2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * AuthenticodeDeformatter.cs: Return (find) the SigningCertificate 
9         even if the signature isn't verifiable. This is the behaviour required
10         for 2.0.
11
12 2006-06-14  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * AuthenticodeBase.cs: Fix destination offset. Note that this works 
15         under MS but not under Mono.
16         * AuthenticodeDeformatter.cs: Report a more useful error if the file
17         hash doesn't match the signed hash.
18
19 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * AuthenticodeDeformatter.cs: Don't hide the SecurityException (e.g. 
22         file access).
23
24 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * AuthenticodeDeformatter.cs: Fixed warning (l4) for unused variables.
27
28 2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * AuthenticodeBase.cs: Merge from Mono.Security.dll. This version is 
31         less memory consuming (it works by 4kb blocks instead of loading the
32         entire assembly).
33         * AuthenticodeDeformatter.cs: Merge from Mono.Security.dll. Hash will
34         only be created if the assembly is signed. Benefits from Authenticode
35         Base changes.
36
37 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
38
39         * AuthenticodeBase.cs: In sync with Mono.Security.dll version.
40         * AuthenticodeDeformatter.cs: In sync with Mono.Security.dll version.
41
42 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
43
44         * AuthenticodeBase.cs: Use BitConverterLE
45
46 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>  
47
48         * AuthenticodeDeformatter.cs: Now throw a COMException for invalid 
49         signature. Added a SigningCertificate property (to be independant of
50         the certificate collection ordering).
51
52 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
53
54         * AuthenticodeBase.cs: Added from Mono.Security assembly for 
55         Authenticode support in X509Certificate.CreateFromSignedFile
56         * AuthenticodeDeformatter.cs: Added from Mono.Security assembly for 
57         Authenticode support in X509Certificate.CreateFromSignedFile