**** Merged from MCS ****
[mono-project.git] / mcs / tools / security / ChangeLog
blobf72881f3debfd790547c62210a97cc9b5f546547
1 2004-10-29  Raja R Harinath  <rharinath@novell.com>
3         * Makefile (install-local): Install .mdb files too.
4         (uninstall-local): Remove them.
6 2004-10-27  Sebastien Pouliot  <sebastien@ximian.com>
8         * signcode.cs: -i (url) and -n (description) parameters were inverted.
10 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
12         * signcode.cs: Better error reporting (e.g. missing files).
14 2004-09-23  Sebastien Pouliot  <sebastien@ximian.com>
16         * AssemblyInfo.cs: Updated version to 1.1.2 for next release.
17         * MakeCert.cs: Hack for date parsing problem with Mono.
19 2004-08-10  Sebastien Pouliot  <sebastien@ximian.com>
21         * certmgr.cs: Added option '-m' to add certificates to the machine 
22         stores (default to user store). Added better handling for 
23         UnauthorizedAccessException (e.g. non-root access to machine store).
25 2004-08-06  Sebastien Pouliot  <sebastien@ximian.com>
27         * AssemblyInfo.cs: Update version number for Mono 1.1.1 (HEAD ;).
29 2004-08-02  Sebastien Pouliot  <sebastien@ximian.com>
31         * AssemblyInfo.cs: Update version number for Mono 1.0.1.
32         * sn.cs: Warn for missing machine.config (if quiet isn't specified).
34 2004-06-21  Raja R Harinath  <rharinath@novell.com>
36         * sn.cs (ReSign): Return a bool indicating success or failure.
37         (Main): Return with failure if ReSign() fails.
39 2004-06-11  Raja R Harinath  <rharinath@novell.com>
41         * Makefile (PROGRAM_INSTALL_DIR): New define.
42         (install-local, uninstall-local): Use it.
44 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
46         * StrongNameManager.cs: Fix ToString() when no verificationSettings
47         are present (used in sn -Vl).
48         * sn.cs: Fixed to match documentation.
50 2004-06-08  Sebastien Pouliot  <sebastien@ximian.com>
52         * AssemblyInfo.cs: Updated version number for post beta 2.
53         * StrongNameManager.cs: Changed XML format to be compatible with
54         machine.config. Made token uppercase.
55         * sn.cs: Now load the token remapping configuration from 
56         machine.config. Fixed some errors in help.
58 2004-05-28  Sebastien Pouliot  <sebastien@ximian.com>
60         * AssemblyInfo.cs: Update version number for beta 2.
62 2004-04-27  Jackson Harper  <jackson@ximian.com>
64         * sn.cs: Attempt to load the strongnames.config file from the GAC
65         path.
66         
67 2004-04-26  Jackson Harper  <jackson@ximian.com>
69         * Makefile: use profile libraries from the default profile.
70         
71 2004-04-22  Sebastien Pouliot  <sebastien@ximian.com>
73         * cert2spc.cs: Updated to match changes in Mono.Security.dll. Better
74         handling of files.
75         * certmgr.cs: Updated to match changes in Mono.Security.dll.
76         * signcode.cs: Updated to match changes in Mono.Security.dll.
78 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
80         * StrongNameManager.cs: Synched with corlib version (updated graphic).
82 2004-03-30  Sebastien Pouliot  <sebastien@ximian.com>
84         * StrongNameManager.cs: New. Added a check for "*" (any) assembly
85         when the spcific assembly isn't found for skipping.
87 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
89         * Makefile: Updated sn.exe to include StrongNameManager.cs.
90         * sn.cs: Updated to use StrongNameManager. This allows remapping a
91         public key token to another public key (e.g. ECMA key). Also added
92         support for -Vl.
93         * StrongNameManager.cs: New. First version. Allows remapping of
94         public key tokens to alternate public keys (e.g. ECMA) and disabling
95         strongname verification for specific tokens/assemblies/users combo.
97 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
99         * sn.cs: fixed crash in -T and -Tp.
101 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
103         * AssemblyInfo.cs: Ajusted versions, informations and copyrights.
104         * certmgr.cs: New. Very limited certificate manager. Allow to add new 
105         certificates into the Trusted certificate store.
106         * Makefile: Added certmgr and setreg to the build.
107         * README: Updated.
108         * setreg.cs: New. Allow to add/remove test root certificates from the
109         trusted certificate store.
111 2003-11-10  Todd Berman  <tberman@gentoo.org>
113         * sn.cs: Wow, gonzalo is so super s-m-a-r-t, changing up last fix to
114         make it nice and pretty.
116 2003-11-10  Todd Berman  <tberman@gentoo.org>
118         * sn.cs: No more OutOfMemoryExceptions if the GetPublicKey returns
119         a new byte[0].
120         
121 2003-10-30  Sebastien Pouliot  <spouliot@videotron.ca>
123         * sn.cs: Fixed strongname generation for small exponents (like 17). 
124         Part of the fixed for bug #50341.
126 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
128         * sn.cs: Fixed a bug when exporting the public key from a SNK file.
130 2003-10-11  Sebastien Pouliot  <spouliot@videotron.ca>
132         * AssemblyInfo.cs: changed version number to 0.28.99
133         * sn.cs: Add support for signing and verifying assemblies.
135 2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>
137         * AssemblyInfo.cs: Updated version to 0.26.99 (all tools).
138         * cert2spc.cs: Updated to use Mono.Security.X509.
139         * chktrust.cs: Tool to validate Authenticode(tm) signatures on PE 
140         files (including assemblies).
141         * signcode.cs: Tool to sign and timestamp PE files using 
142         Authenticode(tm) compatible certificates.
143         * README: Updated to include a small tutorial on how to use
144         Authenticode(tm) to sign/verify assemblies.
145         * Makefile: Updated to build chktrust.exe and signcode.exe
147 2003-07-30  Sebastien Pouliot  <spouliot@videotron.ca>
149         * AssemblyInfo.cs: Updated version to 0.25.99 (all tools).
150         * MakeCert.cs: Added support for Extended Key Usage (-eku).
151         It's now possible to create SSL certificate with the tool.
153 2003-06-19  Nick Drochak <ndrochak@gol.com>
155         * MakeCert.cs: Work around for mcs? bug 45127.
157 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
159         * AssemblyInfo.cs: Updated version for mono 0.23.
160         * MakeCert.cs: New. MakeCert clone utility to create X.509
161         certificates (e.g. for testing Authenticode signatures).
162         * makefile: Added cert2spc, sn & makecert to Windows build.
163         * sectools.build: Added makecert to build.
165 2003-03-09  Sebastien Pouliot  <spouliot@videotron.ca>
167         * makefile: Removed cert2spc and sn from linux build (as
168         Mono.Security assembly isn't, yet, part of the linux build).
169         * makefile.gnu: Removed (not required for tools).
171 2003-03-08  Sebastien Pouliot  <spouliot@videotron.ca>
173         * makefile: Added SN.
174         * makefile.gnu: New. Copy of makefile.
175         * sn.cs: New. (Incomplete) SN (StrongName) tool.
176         * sectools.build: Updated build for SN.
178 2003-03-06  Sebastien Pouliot  <spouliot@videotron.ca>
180         * AssemblyInfo.cs: New. Global assembly attributes (version and 
181           copyright) for security tools.
182         * cert2spc.cs: Update to use the new PKCS7 class (from Mono.Security
183         assembly) and AssemblyInfo.cs. Older version was located in /mcs/tools.
184         * makefile: New. PROTOTYPE makefile (not tested) for Linux.
185         * README: New. Important information about the Mono's security tools
186         * secutil.cs: Updated to use AssemblyInfo.cs. Older version was located
187         in /mcs/tools.
188         * sectools.build: New. NAnt build file to build all security tools.