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