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