Copied remotely
[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         * PKCS7.cs: Added a flag to avoid resigning a structure (which was
8         duplicating some attributes).
9
10 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * ASN1.cs: Fixed warning (l4) for unused variable.
13         * PKCS7.cs: Fixed warning (l4) for unused variable.
14         * Uri.cs: Fixed warning (l4) for unused variables. Remove sealed from
15         class to reduce number of warnings.
16
17 2004-08-30  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * Uri.cs: Copied from System.dll assembly and started adaptation for
20         it's reuse inside the security classes (CAS).
21
22 2004-06-08  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * StrongName.cs: Added corlib specific code to load configuration
25         from machine.config to allow public key token remapping to work
26         with (for example) gacutil.
27         * StrongNameManager.cs: Now load configuration from machine.config.
28
29 2004-05-19  Sebastien Pouliot  <sebastien@ximian.com>
30
31         * PKCS7.cs: In sync with Mono.Security.dll version.
32
33 2004-05-18  Sebastien Pouliot  <sebastien@ximian.com>
34
35         * ASN1Convert.cs: In sync with Mono.Security.dll version.
36         * StrongName.cs: In sync with Mono.Security.dll version.
37
38 2004-05-03  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * ASN1.cs: Fixed NullReferenceException in xmldsig standalone tests.
41
42 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * ASN1.cs: In sync with Mono.Security.dll version.
45         * ASN1Convert.cs: In sync with Mono.Security.dll version.
46         * PKCS7.cs: In sync with Mono.Security.dll version.
47         * StrongName.cs: In sync with Mono.Security.dll version.
48
49 2004-04-20  Sebastien Pouliot  <sebastien@ximian.com>
50
51         * ASN1.cs: Added SaveToFile for easier debugging. Patch from
52         Jesper Pedersen.
53         * StrongName.cs: Removed compilation warning (unused variable).
54
55 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
56
57         * BitConverterLE.cs: added which always does
58         little endian conversion
59         * StrongName.cs: Use BitConverterLE
60         * ASN1Convert.cs: Use BitConverterLE
61
62 2004-04-06  Sebastien Pouliot  <sebastien@ximian.com>
63
64         * StrongName.cs: Added support for ECMA "key" to StringName(byte[])
65         constructor.
66
67 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
68
69         * StrongName.cs: Update to include new static method that can be 
70         called from the runtime to validate strongname signatures. 
71         Refactored the existing class to reduce code duplication.
72         * StrongNameManager.cs: New. This class keeps the configuration
73         required to map a public key token to an alternative public key
74         (e.g. ECMA public key token -> Mono public key) and to skip
75         strongname validation for specific assemblies/token/users.
76
77 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
78
79         * StrongName.cs: Added CanSign property for AssemblyBuilder. Current
80         Fx design requires an exception to know if the private key is present
81         in an RSA instance. In some case (inside corlib) we can do without...
82
83 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
84
85         * StrongName.cs: Added exceptions for null or invalid keys.
86
87 2004-03-17  Sebastien Pouliot  <sebastien@ximian.com>
88
89         * ASN1.cs: Class synched with Mono.Security.
90         * ASN1Convert.cs: Class synched with Mono.Security.
91
92 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
93
94         * StrongName.cs: Added from Mono.Security assembly for StrongName
95         support in AssemblyBuilder.
96
97 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
98
99         * PKCS7.cs: Added from Mono.Security assembly for Authenticode
100         support in X509Certificate.CreateFromSignedFile
101
102 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
103
104         * ASN1.cs: Improved version.
105         * ASN1Convert.cs: New. Helper class to convert between .NET 
106         types and ASN.1 structures.
107
108 2003-02-08  Sebastien Pouliot  <spouliot@videotron.ca>
109
110         * ASN1.cs: Renamed namespace to match new location.
111