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