This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / corlib / Mono.Security.Authenticode / ChangeLog
1 2004-09-07  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * AuthenticodeBase.cs: Merge optimizations from HEAD.
4         * AuthenticodeDeformatter.cs: Merge optimizations from HEAD.
5
6 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * AuthenticodeBase.cs: In sync with Mono.Security.dll version.
9         * AuthenticodeDeformatter.cs: In sync with Mono.Security.dll version.
10
11 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
12
13         * AuthenticodeBase.cs: Use BitConverterLE
14
15 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>  
16
17         * AuthenticodeDeformatter.cs: Now throw a COMException for invalid 
18         signature. Added a SigningCertificate property (to be independant of
19         the certificate collection ordering).
20
21 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
22
23         * AuthenticodeBase.cs: Added from Mono.Security assembly for 
24         Authenticode support in X509Certificate.CreateFromSignedFile
25         * AuthenticodeDeformatter.cs: Added from Mono.Security assembly for 
26         Authenticode support in X509Certificate.CreateFromSignedFile