This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / corlib / Mono.Security / ChangeLog
1 2004-10-29  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * ASN1.cs: Throw an NotSupportedException when "undefined length 
4         encoding" is used (#68903 but it's not a fix ;-). Fixed GetBytes to
5         encode structures bigger than 64k (fix #68907). Simplified ToString
6         and added Length to help debugging.
7
8 2004-06-08  Sebastien Pouliot  <sebastien@ximian.com>
9
10         * StrongName.cs: Added corlib specific code to load configuration
11         from machine.config to allow public key token remapping to work
12         with (for example) gacutil.
13         * StrongNameManager.cs: Now load configuration from machine.config.
14
15 2004-05-19  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * PKCS7.cs: In sync with Mono.Security.dll version.
18
19 2004-05-18  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * ASN1Convert.cs: In sync with Mono.Security.dll version.
22         * StrongName.cs: In sync with Mono.Security.dll version.
23
24 2004-05-03  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * ASN1.cs: Fixed NullReferenceException in xmldsig standalone tests.
27
28 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * ASN1.cs: In sync with Mono.Security.dll version.
31         * ASN1Convert.cs: In sync with Mono.Security.dll version.
32         * PKCS7.cs: In sync with Mono.Security.dll version.
33         * StrongName.cs: In sync with Mono.Security.dll version.
34
35 2004-04-20  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * ASN1.cs: Added SaveToFile for easier debugging. Patch from
38         Jesper Pedersen.
39         * StrongName.cs: Removed compilation warning (unused variable).
40
41 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
42
43         * BitConverterLE.cs: added which always does
44         little endian conversion
45         * StrongName.cs: Use BitConverterLE
46         * ASN1Convert.cs: Use BitConverterLE
47
48 2004-04-06  Sebastien Pouliot  <sebastien@ximian.com>
49
50         * StrongName.cs: Added support for ECMA "key" to StringName(byte[])
51         constructor.
52
53 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
54
55         * StrongName.cs: Update to include new static method that can be 
56         called from the runtime to validate strongname signatures. 
57         Refactored the existing class to reduce code duplication.
58         * StrongNameManager.cs: New. This class keeps the configuration
59         required to map a public key token to an alternative public key
60         (e.g. ECMA public key token -> Mono public key) and to skip
61         strongname validation for specific assemblies/token/users.
62
63 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
64
65         * StrongName.cs: Added CanSign property for AssemblyBuilder. Current
66         Fx design requires an exception to know if the private key is present
67         in an RSA instance. In some case (inside corlib) we can do without...
68
69 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
70
71         * StrongName.cs: Added exceptions for null or invalid keys.
72
73 2004-03-17  Sebastien Pouliot  <sebastien@ximian.com>
74
75         * ASN1.cs: Class synched with Mono.Security.
76         * ASN1Convert.cs: Class synched with Mono.Security.
77
78 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
79
80         * StrongName.cs: Added from Mono.Security assembly for StrongName
81         support in AssemblyBuilder.
82
83 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
84
85         * PKCS7.cs: Added from Mono.Security assembly for Authenticode
86         support in X509Certificate.CreateFromSignedFile
87
88 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
89
90         * ASN1.cs: Improved version.
91         * ASN1Convert.cs: New. Helper class to convert between .NET 
92         types and ASN.1 structures.
93
94 2003-02-08  Sebastien Pouliot  <spouliot@videotron.ca>
95
96         * ASN1.cs: Renamed namespace to match new location.
97