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