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