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