2005-04-12 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / corlib / Mono.Security.Authenticode / ChangeLog
1 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * AuthenticodeDeformatter.cs: Don't hide the SecurityException (e.g. 
4         file access).
5
6 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * AuthenticodeDeformatter.cs: Fixed warning (l4) for unused variables.
9
10 2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * AuthenticodeBase.cs: Merge from Mono.Security.dll. This version is 
13         less memory consuming (it works by 4kb blocks instead of loading the
14         entire assembly).
15         * AuthenticodeDeformatter.cs: Merge from Mono.Security.dll. Hash will
16         only be created if the assembly is signed. Benefits from Authenticode
17         Base changes.
18
19 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * AuthenticodeBase.cs: In sync with Mono.Security.dll version.
22         * AuthenticodeDeformatter.cs: In sync with Mono.Security.dll version.
23
24 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
25
26         * AuthenticodeBase.cs: Use BitConverterLE
27
28 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>  
29
30         * AuthenticodeDeformatter.cs: Now throw a COMException for invalid 
31         signature. Added a SigningCertificate property (to be independant of
32         the certificate collection ordering).
33
34 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
35
36         * AuthenticodeBase.cs: Added from Mono.Security assembly for 
37         Authenticode support in X509Certificate.CreateFromSignedFile
38         * AuthenticodeDeformatter.cs: Added from Mono.Security assembly for 
39         Authenticode support in X509Certificate.CreateFromSignedFile