fixed tests
[mono.git] / mcs / tools / security / ChangeLog
1 2007-02-27  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * signcode.cs: Handle passowrd-protected PVK files correctly. Fix 
4         bug #80924.
5
6 2006-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7
8         * Makefile:
9         * httpcfg.cs: new tool that handles certificates used in HttpListener.
10
11 2006-12-14  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * chktrust.cs: Display the error even if the root is trusted.
14
15 2006-12-05  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * certmgr.cs: Support adding CRL into certificate stores.
18
19 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * sn.cs: Add support for PKCS#12/PFX password protected files (just
22         like available in fx 2.0).
23         * TESTS: Add a test sequence to verify changes in SN.
24         * Makefile: Distribute TESTS in tarballs.
25
26 2006-07-31  Sebastien Pouliot  <sebastien@ximian.com>
27
28         * sn.cs: Catch exceptions, including reporting invalid number of 
29         parameters. Fix bug #78977.
30
31 2006-06-14  Sebastien Pouliot  <sebastien@ximian.com>
32
33         * AssemblyInfo.cs: Update copyright notice.
34         * signcode.cs: Add support for -x (delayed timestamp) to fix bug 
35         #78614. Now the tool is more useful in real-life scenarios.
36         * TESTS: New. Instructions on how to test any changes related to
37         Authenticode.
38
39 2006-05-09  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * sn.cs: Don't throw an exception on invalid assemblies (e.g. 
42         netmodules). Fixed some typos.
43
44 2006-03-15  Hector E. Gomez Morales  <hectorgm@ciencias.unam.mx>
45
46         * secutil.cs: Print an error when asked to display the strong name 
47         of an assembly that doesn't have an associated key.
48
49 2005-11-04  Sebastien Pouliot  <sebastien@ximian.com>
50
51         * sn.cs: Added optional keysize argument to -k (generate keypair). 
52         This is required as 2.0 allows key length from 384 to 16384 bits (i.e.
53         which are the CryptoAPI limitations on RSA).
54
55 2005-10-12  Sebastien Pouliot  <sebastien@ximian.com>
56
57         * mozroots.cs: Fix confirmations and "really" import the certificates.
58
59 2005-10-11  Sebastien Pouliot  <sebastien@ximian.com>
60
61         * Makefile: Add mozroot to the build.
62         * mozroots.cs: A new command-line tool to download and import the list
63         of Mozilla's trusted root certificates into Mono's stores.
64
65 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>
66
67         * makecert.cs: For PKCS#12, added localKeyID attribute support, for 
68         certificates and keys, so Windows can import both as a single entity.
69
70 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
71
72         * AssemblyInfo.cs: Using Consts.MonoVersion instead of MonoVersion.cs.
73         * Makefile: Using Consts.MonoVersion instead of MonoVersion.cs.
74
75 2005-06-30  Sebastien Pouliot  <sebastien@ximian.com>
76
77         * Makefile: restored version numbers in security tools;
78         * makecert.cs: Add support to generate PKCS#12 files. Changed default
79         hash algorithm to SHA1. Using MD5 now shows a warning. Fixed typos.
80
81 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
82
83         * MakeCert.cs: renamed to makecert.cs
84         * Makefile: s/MakeCert/makecert/
85
86 2005-06-09  Sebastien Pouliot  <sebastien@ximian.com>
87
88         * AssemblyInfo.cs: Bump security tools version to 1.1.8.
89
90 2005-05-02  Sebastien Pouliot  <sebastien@ximian.com>
91
92         * AssemblyInfo.cs: Bump security tools version to 1.1.7.
93
94 2005-03-14  Raja R Harinath  <rharinath@novell.com>
95
96         * Makefile (install-local, uninstall-local): Disable when
97         NO_INSTALL is defined.
98
99 2005-02-21  Michal Moskal  <malekith@pld-linux.org>
100
101         * Makefile (PROGRAM_INSTALL_DIR): Define in terms of $(libdir).
102
103 2005-01-20  Sebastien Pouliot  <sebastien@ximian.com>
104
105         * AssemblyInfo.cs: Updated copyrights to 2005.
106         * certmgr.cs: Added --list and implemented -del options. Fix bug 70717
107         * README: Updated to reflect current situation.
108
109 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
110
111         * permview.cs: Fixed case for empty, but unrestricted, permission 
112         sets. Help now displays a more unix-like command options. Commented
113         some currently unused code.
114
115 2004-12-22  Sebastien Pouliot  <sebastien@ximian.com>
116
117         * permview.cs: Now "works" (including /DECL) with .NET 2.0 when 
118         compiled for NET_2_0, however Nov CTP has a bug and report all 
119         security actions as LinkDemand.
120
121 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com>
122
123         * Makefile: Added permview to the build.
124         * permview.cs: Fixed option /OUTPUT to close the TextWriter so that 
125         the output is available (in the file) after execution. The default
126         execution (without /DECL) works with a *very* recent Mono runtime.
127
128 2004-12-17  Sebastien Pouliot  <sebastien@ximian.com>
129
130         * permview.cs: New. Managed declarative security permission viewer for
131         assemblies. The tools isn't yet part of the build as we're missing 
132         some runtime support (for Fx 1.0/1.1).
133
134 2004-12-15  Sebastien Pouliot  <sebastien@ximian.com>
135
136         * certmgr.cs, signcode.cs, sn.cs: Fixlets to removed compilation 
137         warning (for unused variables).
138
139 2004-12-13  Sebastien Pouliot  <sebastien@ximian.com>
140
141         * certmgr.cs: Add a new -ssl action to download and add the 
142         certificates from an SSL connection into thr right stores.
143
144 2004-12-10  Sebastien Pouliot  <sebastien@ximian.com>
145
146         * AssemblyInfo.cs: Added a class to get informations from assembly
147         attributes (and remove common code from all security tools).
148         * caspol.cs: New. CAS policy management tool.
149         * cert2spc.cs: Updated to use new AssemblyInfo class.
150         * certmgr.cs: Updated to use new AssemblyInfo class.
151         * chktrust.cs: Updated to use new AssemblyInfo class.
152         * Makefile: Added caspol to the build.
153         * MakeCert.cs: Updated to use new AssemblyInfo class.
154         * secutil.cs: Updated to use new AssemblyInfo class.
155         * setreg.cs: Updated to use new AssemblyInfo class.
156         * signcode.cs: Updated to use new AssemblyInfo class.
157         * sn.cs: Updated to use new AssemblyInfo class.
158
159 2004-12-06  Atsushi Enomoto  <atsushi@ximian.com>
160
161         * Makefile : test .mdb existence (for csc build).
162
163 2004-11-26  Raja R Harinath  <rharinath@novell.com>
164
165         * Makefile (PROGRAM_INSTALL_DIR): Define using $(FRAMEWORK_VERSION).
166
167 2004-11-22  Raja R Harinath  <rharinath@novell.com>
168
169         * Makefile (all-local) [PROFILE=net_1_1_bootstrap]: Build
170         profile-specific "bootstrap" sn.exe.
171         ($(topdir)/class/lib/$(PROFILE)/sn.exe): New.
172
173 2004-10-29  Raja R Harinath  <rharinath@novell.com>
174
175         * Makefile (install-local): Install .mdb files too.
176         (uninstall-local): Remove them.
177
178 2004-10-27  Sebastien Pouliot  <sebastien@ximian.com>
179
180         * signcode.cs: -i (url) and -n (description) parameters were inverted.
181
182 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
183
184         * signcode.cs: Better error reporting (e.g. missing files).
185
186 2004-09-23  Sebastien Pouliot  <sebastien@ximian.com>
187
188         * AssemblyInfo.cs: Updated version to 1.1.2 for next release.
189         * MakeCert.cs: Hack for date parsing problem with Mono.
190
191 2004-08-10  Sebastien Pouliot  <sebastien@ximian.com>
192
193         * certmgr.cs: Added option '-m' to add certificates to the machine 
194         stores (default to user store). Added better handling for 
195         UnauthorizedAccessException (e.g. non-root access to machine store).
196
197 2004-08-06  Sebastien Pouliot  <sebastien@ximian.com>
198
199         * AssemblyInfo.cs: Update version number for Mono 1.1.1 (HEAD ;).
200
201 2004-08-02  Sebastien Pouliot  <sebastien@ximian.com>
202
203         * AssemblyInfo.cs: Update version number for Mono 1.0.1.
204         * sn.cs: Warn for missing machine.config (if quiet isn't specified).
205
206 2004-06-21  Raja R Harinath  <rharinath@novell.com>
207
208         * sn.cs (ReSign): Return a bool indicating success or failure.
209         (Main): Return with failure if ReSign() fails.
210
211 2004-06-11  Raja R Harinath  <rharinath@novell.com>
212
213         * Makefile (PROGRAM_INSTALL_DIR): New define.
214         (install-local, uninstall-local): Use it.
215
216 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
217
218         * StrongNameManager.cs: Fix ToString() when no verificationSettings
219         are present (used in sn -Vl).
220         * sn.cs: Fixed to match documentation.
221
222 2004-06-08  Sebastien Pouliot  <sebastien@ximian.com>
223
224         * AssemblyInfo.cs: Updated version number for post beta 2.
225         * StrongNameManager.cs: Changed XML format to be compatible with
226         machine.config. Made token uppercase.
227         * sn.cs: Now load the token remapping configuration from 
228         machine.config. Fixed some errors in help.
229
230 2004-05-28  Sebastien Pouliot  <sebastien@ximian.com>
231
232         * AssemblyInfo.cs: Update version number for beta 2.
233
234 2004-04-27  Jackson Harper  <jackson@ximian.com>
235
236         * sn.cs: Attempt to load the strongnames.config file from the GAC
237         path.
238         
239 2004-04-26  Jackson Harper  <jackson@ximian.com>
240
241         * Makefile: use profile libraries from the default profile.
242         
243 2004-04-22  Sebastien Pouliot  <sebastien@ximian.com>
244
245         * cert2spc.cs: Updated to match changes in Mono.Security.dll. Better
246         handling of files.
247         * certmgr.cs: Updated to match changes in Mono.Security.dll.
248         * signcode.cs: Updated to match changes in Mono.Security.dll.
249
250 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
251
252         * StrongNameManager.cs: Synched with corlib version (updated graphic).
253
254 2004-03-30  Sebastien Pouliot  <sebastien@ximian.com>
255
256         * StrongNameManager.cs: New. Added a check for "*" (any) assembly
257         when the spcific assembly isn't found for skipping.
258
259 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
260
261         * Makefile: Updated sn.exe to include StrongNameManager.cs.
262         * sn.cs: Updated to use StrongNameManager. This allows remapping a
263         public key token to another public key (e.g. ECMA key). Also added
264         support for -Vl.
265         * StrongNameManager.cs: New. First version. Allows remapping of
266         public key tokens to alternate public keys (e.g. ECMA) and disabling
267         strongname verification for specific tokens/assemblies/users combo.
268
269 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
270
271         * sn.cs: fixed crash in -T and -Tp.
272
273 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
274
275         * AssemblyInfo.cs: Ajusted versions, informations and copyrights.
276         * certmgr.cs: New. Very limited certificate manager. Allow to add new 
277         certificates into the Trusted certificate store.
278         * Makefile: Added certmgr and setreg to the build.
279         * README: Updated.
280         * setreg.cs: New. Allow to add/remove test root certificates from the
281         trusted certificate store.
282
283 2003-11-10  Todd Berman  <tberman@gentoo.org>
284
285         * sn.cs: Wow, gonzalo is so super s-m-a-r-t, changing up last fix to
286         make it nice and pretty.
287
288 2003-11-10  Todd Berman  <tberman@gentoo.org>
289
290         * sn.cs: No more OutOfMemoryExceptions if the GetPublicKey returns
291         a new byte[0].
292         
293 2003-10-30  Sebastien Pouliot  <spouliot@videotron.ca>
294
295         * sn.cs: Fixed strongname generation for small exponents (like 17). 
296         Part of the fixed for bug #50341.
297
298 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
299
300         * sn.cs: Fixed a bug when exporting the public key from a SNK file.
301
302 2003-10-11  Sebastien Pouliot  <spouliot@videotron.ca>
303
304         * AssemblyInfo.cs: changed version number to 0.28.99
305         * sn.cs: Add support for signing and verifying assemblies.
306
307 2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>
308
309         * AssemblyInfo.cs: Updated version to 0.26.99 (all tools).
310         * cert2spc.cs: Updated to use Mono.Security.X509.
311         * chktrust.cs: Tool to validate Authenticode(tm) signatures on PE 
312         files (including assemblies).
313         * signcode.cs: Tool to sign and timestamp PE files using 
314         Authenticode(tm) compatible certificates.
315         * README: Updated to include a small tutorial on how to use
316         Authenticode(tm) to sign/verify assemblies.
317         * Makefile: Updated to build chktrust.exe and signcode.exe
318
319 2003-07-30  Sebastien Pouliot  <spouliot@videotron.ca>
320
321         * AssemblyInfo.cs: Updated version to 0.25.99 (all tools).
322         * MakeCert.cs: Added support for Extended Key Usage (-eku).
323         It's now possible to create SSL certificate with the tool.
324
325 2003-06-19  Nick Drochak <ndrochak@gol.com>
326
327         * MakeCert.cs: Work around for mcs? bug 45127.
328
329 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
330
331         * AssemblyInfo.cs: Updated version for mono 0.23.
332         * MakeCert.cs: New. MakeCert clone utility to create X.509
333         certificates (e.g. for testing Authenticode signatures).
334         * makefile: Added cert2spc, sn & makecert to Windows build.
335         * sectools.build: Added makecert to build.
336
337 2003-03-09  Sebastien Pouliot  <spouliot@videotron.ca>
338
339         * makefile: Removed cert2spc and sn from linux build (as
340         Mono.Security assembly isn't, yet, part of the linux build).
341         * makefile.gnu: Removed (not required for tools).
342
343 2003-03-08  Sebastien Pouliot  <spouliot@videotron.ca>
344
345         * makefile: Added SN.
346         * makefile.gnu: New. Copy of makefile.
347         * sn.cs: New. (Incomplete) SN (StrongName) tool.
348         * sectools.build: Updated build for SN.
349
350 2003-03-06  Sebastien Pouliot  <spouliot@videotron.ca>
351
352         * AssemblyInfo.cs: New. Global assembly attributes (version and 
353           copyright) for security tools.
354         * cert2spc.cs: Update to use the new PKCS7 class (from Mono.Security
355         assembly) and AssemblyInfo.cs. Older version was located in /mcs/tools.
356         * makefile: New. PROTOTYPE makefile (not tested) for Linux.
357         * README: New. Important information about the Mono's security tools
358         * secutil.cs: Updated to use AssemblyInfo.cs. Older version was located
359         in /mcs/tools.
360         * sectools.build: New. NAnt build file to build all security tools.