Merge pull request #2237 from xmcclure/container-owner
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / ChangeLog
index c48691765303e5a2a22c12384200f1561ee5f482..8eb7ab31416f60b414ecabfdf25ce3ed33c406e8 100644 (file)
@@ -1,3 +1,19 @@
+2010-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SignedXml.cs : avoid using LoadXml() to load xml element as in
+         literal string. Use ImportNode() instead.
+         Copy namespaces for a referenced node found in envelope document too.
+
+2009-07-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SignedXml.cs: Fix HMACOutputLength to match XMLDSIG erratum (ref: 
+       CVE-2009-0217) and add stricter checks.
+
+2009-06-05  Marek Safar  <marek.safar@gmail.com>
+
+       * *.cs: Fixed NET_2_0 conditional to actually handle Mono.Security
+       dependency.
+
 2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>
 
        * EncryptedXml.cs: Add proper null check inside methods.