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