[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / security / ChangeLog
index e04a7a45da8df1b51b9d4e5ad0328ad98a287335..3c07d0787e40588a396c58fbe95a6f28e49524e9 100644 (file)
@@ -1,3 +1,152 @@
+2010-06-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * certmgr.cs: Fix case where DSA is used in SSL certificate (rare 
+       enough that this was never found/reported). Suggest novell's 
+       bugzilla (instead of ximian)
+
+2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * certmgr.cs: Don't throw if we're missing an argument. Fix by
+       Romain Tartiere (bug #464765). Updated help to specify that 
+       "option type" is mandatory in some cases.
+
+2008-10-17  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile: Add doc-update target support.
+
+2008-03-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Update copyright notices.
+       * sn.cs: Display a better error message if an assembly is not 
+       strongnamed but yet delay-signed (the old one succeeded to confuse
+       myself ;-). Display messages from CryptographicException since 
+       those are not unknown errors (like other exceptions).
+
+2007-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * certmgr.cs: Fixed reflection magic to look for ServerCertificates in
+       SslStreamBase. This avoids breakage once patch for bug #349078 is
+       applied. Added support for removing CRL's from store.
+
+2007-10-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * sn.cs: Fix help for -T / -t as this shows the public key token
+       (and not the public key). Patch by Andy Hume. Fix bug #334507
+
+2007-07-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Update copyright notices.
+       * Makefile: Build the *full*, Cecil-enabled, permview.
+       * permview.cs: Updated from Cecil repository.
+
+2007-04-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * signcode.cs: Fix individual/commercial mixup (#81462).
+
+2007-02-28  Wade Berrier  <wberrier@novell.com>
+
+       * Makefile: Consolidate more lists and make some
+       2.0 friendly vars (ultimately to include httpcfg.cs in
+       make dist)
+
+2007-02-28  Wade Berrier  <wberrier@novell.com>
+
+       * Makefile: install httpcfg.exe in the 2.0 profile
+       and keep old list of programs for 1.0 profile
+
+2007-02-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * signcode.cs: Handle passowrd-protected PVK files correctly. Fix 
+       bug #80924.
+
+2006-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Makefile:
+       * httpcfg.cs: new tool that handles certificates used in HttpListener.
+
+2006-12-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * chktrust.cs: Display the error even if the root is trusted.
+
+2006-12-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * certmgr.cs: Support adding CRL into certificate stores.
+
+2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * sn.cs: Add support for PKCS#12/PFX password protected files (just
+       like available in fx 2.0).
+       * TESTS: Add a test sequence to verify changes in SN.
+       * Makefile: Distribute TESTS in tarballs.
+
+2006-07-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * sn.cs: Catch exceptions, including reporting invalid number of 
+       parameters. Fix bug #78977.
+
+2006-06-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Update copyright notice.
+       * signcode.cs: Add support for -x (delayed timestamp) to fix bug 
+       #78614. Now the tool is more useful in real-life scenarios.
+       * TESTS: New. Instructions on how to test any changes related to
+       Authenticode.
+
+2006-05-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * sn.cs: Don't throw an exception on invalid assemblies (e.g. 
+       netmodules). Fixed some typos.
+
+2006-03-15  Hector E. Gomez Morales  <hectorgm@ciencias.unam.mx>
+
+       * secutil.cs: Print an error when asked to display the strong name 
+       of an assembly that doesn't have an associated key.
+
+2005-11-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * sn.cs: Added optional keysize argument to -k (generate keypair). 
+       This is required as 2.0 allows key length from 384 to 16384 bits (i.e.
+       which are the CryptoAPI limitations on RSA).
+
+2005-10-12  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * mozroots.cs: Fix confirmations and "really" import the certificates.
+
+2005-10-11  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: Add mozroot to the build.
+       * mozroots.cs: A new command-line tool to download and import the list
+       of Mozilla's trusted root certificates into Mono's stores.
+
+2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * makecert.cs: For PKCS#12, added localKeyID attribute support, for 
+       certificates and keys, so Windows can import both as a single entity.
+
+2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
+
+       * AssemblyInfo.cs: Using Consts.MonoVersion instead of MonoVersion.cs.
+       * Makefile: Using Consts.MonoVersion instead of MonoVersion.cs.
+
+2005-06-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: restored version numbers in security tools;
+       * makecert.cs: Add support to generate PKCS#12 files. Changed default
+       hash algorithm to SHA1. Using MD5 now shows a warning. Fixed typos.
+
+2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * MakeCert.cs: renamed to makecert.cs
+       * Makefile: s/MakeCert/makecert/
+
+2005-06-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Bump security tools version to 1.1.8.
+
+2005-05-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyInfo.cs: Bump security tools version to 1.1.7.
+
 2005-03-14  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile (install-local, uninstall-local): Disable when