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