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