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