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

ChangeLog « Mono.Security.Authenticode « Mono.Security « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19cc3c81335268a9d994267b7819dcdeb07de9bb (plain)
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
2004-05-11  Sebastien Pouliot  <sebastien@ximian.com>

	* PrivateKey.cs: Better exception reporting. Added globalization to 
	exceptions.
	* SoftwarePublisherCertificate.cs: Better exception reporting. Added 
	globalization to exceptions. 

2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>

	* AuthenticodeBase.cs: Added missing (overwritten) #if INSIDE_CORLIB
	directives to hides type and enum in corlib.

2004-04-22  Sebastien Pouliot  <sebastien@ximian.com>

	* AuthenticodeBase.cs: FxCop-ized. CLS compliance. Also includes
	endian fixes from Bernie Solomon.
	* AuthenticodeDeformatter.cs: FxCop-ized. CLS compliance.
	* AuthenticodeFormatter.cs: FxCop-ized. CLS compliance.
	* PrivateKey.cs: Replaced Array.Copy with Buffer.BlockCopy.
	* SoftwarePublisherCertificate.cs: FxCop-ized.

2004-02-23  Sebastien Pouliot  <sebastien@ximian.com>	

	* PrivateKey.cs: Adjusted to catch exceptions from CryptoConvert.
	FromCapiPrivateKeyBlob when dealing with weakly encrypted keys.

2004-02-20  Sebastien Pouliot  <sebastien@ximian.com>	

	* AuthenticodeDeformatter.cs: Updated to use the new X509Chain syntax. 

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-09-01  Sebastien Pouliot  <spouliot@videotron.ca>	

	* AuthenticodeBase.cs: New. Base class including how to hash a
	PE file.
	* AuthenticodeDeformatter.cs: New. Class to decode Authenticode(tm)
	signatures.
	* AuthenticodeFormatter.cs: New. Class to encode a Authenticode(tm)
	signature, and optionally a timestamp, into a PE file.
	* SoftwarePublisherCertificate.cs: Now use Mono.Security.X509.
	X509Certificate class.

2003-06-19  Nick Drochak <ndrochak@gol.com>

	* PrivateKey.cs: Work around for mcs? bug 45127.

2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>

	* PrivateKey.cs: New. Class to load or create PVK (PriVate Key)
	files (a Microsoft specific file format for private keys).

2003-03-06  Sebastien Pouliot  <spouliot@videotron.ca>

	* SoftwarePublisherCertificate.cs: New. Class to load or create
	SPC files (which are PKCS#7 files containing only certificates 
	and CRL).