Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2005-11-11 17:18:44 +0300
committerSebastien Pouliot <sebastien@ximian.com>2005-11-11 17:18:44 +0300
commit04ecae7ba2a400b7e4e8c119990ad1004717aa30 (patch)
tree49189ea67dc81dfa0f43f47cd12b93456fa02c5d /mcs/class/corlib/System.Security/ChangeLog
parent9bd39877c0f610f6b786cb0dceac1c02fab707e4 (diff)
2005-11-11 Sebastien Pouliot <sebastien@ximian.com>
* SecureString.cs: Completed InsertAt, fixed Alloc not to re-alloc a block of the same size. Fixed missing encryption for the char* ctor. Only missing is access to ProtectedMemory do to the [en|de]cryption. svn path=/trunk/mcs/; revision=52910
Diffstat (limited to 'mcs/class/corlib/System.Security/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Security/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Security/ChangeLog b/mcs/class/corlib/System.Security/ChangeLog
index 79cd05c75e8..34c747b597b 100644
--- a/mcs/class/corlib/System.Security/ChangeLog
+++ b/mcs/class/corlib/System.Security/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-11 Sebastien Pouliot <sebastien@ximian.com>
+
+ * SecureString.cs: Completed InsertAt, fixed Alloc not to re-alloc a
+ block of the same size. Fixed missing encryption for the char* ctor.
+ Only missing is access to ProtectedMemory do to the [en|de]cryption.
+
2005-10-30 Sebastien Pouliot <sebastien@ximian.com>
* PermissionSet.cs: Forgot to remove virtual from 2.0 IsSubsetOf.