Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.Security.Authenticode « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f9398815f2512fbaa6bdabe5e98e261dd19825a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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