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