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