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