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