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