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