2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / Mono.Security / ChangeLog
index a1708218df5ce149e789a3e2effdec96190fae5e..ac68c598cd5486f343f10246ed793daf287da785 100644 (file)
@@ -1,9 +1,15 @@
+2004-12-15  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ASN1.cs: Fixed warning for unused variable.
+
 2004-10-29  Sebastien Pouliot  <sebastien@ximian.com>
 
        * ASN1.cs: Throw an NotSupportedException when "undefined length 
        encoding" is used (#68903 but it's not a fix ;-). Fixed GetBytes to
        encode structures bigger than 64k (fix #68907). Simplified ToString
        and added Length to help debugging.
+       * PKCS7.cs: Added a flag to avoid resigning a structure (which was
+       duplicating some attributes).
 
 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>