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