2003-10-18 Sebastien Pouliot * sn.cs: Fixed a bug when exporting the public key from a SNK file. 2003-10-11 Sebastien Pouliot * AssemblyInfo.cs: changed version number to 0.28.99 * sn.cs: Add support for signing and verifying assemblies. 2003-09-01 Sebastien Pouliot * AssemblyInfo.cs: Updated version to 0.26.99 (all tools). * cert2spc.cs: Updated to use Mono.Security.X509. * chktrust.cs: Tool to validate Authenticode(tm) signatures on PE files (including assemblies). * signcode.cs: Tool to sign and timestamp PE files using Authenticode(tm) compatible certificates. * README: Updated to include a small tutorial on how to use Authenticode(tm) to sign/verify assemblies. * Makefile: Updated to build chktrust.exe and signcode.exe 2003-07-30 Sebastien Pouliot * AssemblyInfo.cs: Updated version to 0.25.99 (all tools). * MakeCert.cs: Added support for Extended Key Usage (-eku). It's now possible to create SSL certificate with the tool. 2003-06-19 Nick Drochak * MakeCert.cs: Work around for mcs? bug 45127. 2003-03-15 Sebastien Pouliot * AssemblyInfo.cs: Updated version for mono 0.23. * MakeCert.cs: New. MakeCert clone utility to create X.509 certificates (e.g. for testing Authenticode signatures). * makefile: Added cert2spc, sn & makecert to Windows build. * sectools.build: Added makecert to build. 2003-03-09 Sebastien Pouliot * makefile: Removed cert2spc and sn from linux build (as Mono.Security assembly isn't, yet, part of the linux build). * makefile.gnu: Removed (not required for tools). 2003-03-08 Sebastien Pouliot * makefile: Added SN. * makefile.gnu: New. Copy of makefile. * sn.cs: New. (Incomplete) SN (StrongName) tool. * sectools.build: Updated build for SN. 2003-03-06 Sebastien Pouliot * AssemblyInfo.cs: New. Global assembly attributes (version and copyright) for security tools. * cert2spc.cs: Update to use the new PKCS7 class (from Mono.Security assembly) and AssemblyInfo.cs. Older version was located in /mcs/tools. * makefile: New. PROTOTYPE makefile (not tested) for Linux. * README: New. Important information about the Mono's security tools * secutil.cs: Updated to use AssemblyInfo.cs. Older version was located in /mcs/tools. * sectools.build: New. NAnt build file to build all security tools.