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