updating to the latest module.
[mono.git] / mcs / class / System.Security / ChangeLog
1 2005-04-23  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * System.Security.dll.sources: Added StorePermission and 
4         StorePermissionAttribute to System.Security.Permissions (2.0).
5
6 2005-04-04  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * System.Security.dll.sources: added XmlSignatureStreamReader.cs.
9
10 2005-01-17  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * System.Security.dll.sources: Added System.Security.Cryptography.
13         X509Certificates/X509EnhancedKeyUsageExtension.cs and 
14         X509SubjectKeyIdentifierHashAlgorithm.cs to the build.
15         * System.Security_test.dll.sources: Added System.Security.Cryptography
16         .Pkcs/Pkcs9ContentTypeTest.cs, Pkcs9MessageDigestTest.cs and System.
17         Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs,
18         X509EnhancedKeyUsageExtensionTest.cs, X509ExtensionTest.cs, 
19         X509KeyUsageExtensionTest.cs and X509SubjectKeyIdentifierExtensionTest.cs
20         to the unit test assembly.
21
22 2005-01-06  Raja R Harinath  <rharinath@novell.com>
23
24         * Makefile (LIB_MCS_FLAGS): Add reference to Mono.Security.dll
25         only in the NET 2.0 profile.  See 2004-07-07 entry.
26
27 2005-01-05  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * Makefile: Don't ignore the CS0119 warnings (private field not used) 
30         when building the assembly (the code is already clean for this).
31         * System.Security.dll.sources: Add DataProtectionPermission, Attribute
32         and Flags to the assembly (moved from corlib).
33         * System.Security_test.dll.sources: Add DataProtectionPermission
34         Attribute unit tests (moved from corlib unit tests).
35
36 2004-12-23  Sebastien Pouliot  <sebastien@ximian.com>
37
38         * System.Security.dll.sources: Added System.Security.Cryptography/
39         ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
40         MemoryProtectionScope.cs as they been moved from mscorlib to here.
41         * System.Security_test.dll.sources : Added Test/System.Security.
42         Cryptography/ProtectedDataTest.cs and ProtectedMemoryTest.cs for the 
43         same reason.
44
45 2004-09-04  Tim Coleman <tim@timcoleman.com>
46         * System.Security.dll.sources:
47                 Add new System.Security.Cryptography.Pkcs classes.
48
49 2004-09-03  Tim Coleman <tim@timcoleman.com>
50         * System.Security.dll.sources: 
51                 Add new System.Security.Cryptography.X509Certificates classes
52
53 2004-09-02  Tim Coleman <tim@timcoleman.com>
54         * System.Security.dll.sources: 
55                 Add new System.Security.Cryptography.Xml classes
56
57 2004-07-09  Sebastien Pouliot  <sebastien@ximian.com>
58
59         * System.Security_test.dll.sources: Fixed unit tests to work with Fx 
60         2.0 beta 1.
61
62 2004-07-08  Sebastien Pouliot  <sebastien@ximian.com>
63
64         * System.Security.dll.sources: Fixed classes to match Fx 2.0 beta 1.
65
66 2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
67
68         * Makefile: Added a reference to Mono.Security because we'll require
69         many class from it for the NET_2_0 profile - but it would be better
70         not to have the dependency for NET_1_1.
71         * System.Security.dll.sources: Added a lot of existing classes (from
72         1.2 documentation) that were never compiled.
73         * System.Security_test.dll.sources: Added a lot of existing tests 
74         (from 1.2 documentation) that were never compiled.
75
76 2004-03-26  Sebastien Pouliot  <sebastien@ximian.com>
77
78         * System.Security.dll.sources: Added internal class Manifest.
79
80 2004-03-26  Atsushi Enomoto <atsushi@ximian.com>
81
82         * System.Security_test.dll.sources :
83           Added XmlDsigEnvelopedSignatureTest.cs.
84
85 2004-03-22  Sebastien Pouliot  <sebastien@ximian.com>
86
87         * Makefile: Added /nowarn to cleanup display when building.
88
89 2004-03-16  Atsushi Enomoto <atsushi@ximian.com>
90
91         * System.Security.dll.sources: added XmlDsigNodeList.cs
92
93 2004-02-19  Tim Coleman <tim@timcoleman.com>
94         * System.Security.dll.sources: Add new
95                 System.Security.Cryptography.Xml.SymmetricKeyWrap
96
97 2004-02-11  Sebastien Pouliot  <spouliot@videotron.ca>
98
99         * System.Security_test.dll.sources: Added unit tests for 
100         XmlDsigXPathTransform.
101
102 2004-02-10  Tim Coleman <tim@timcoleman.com>
103         * System.Security.dll.sources: Add new
104                 System.Security.Cryptography.Xml classes.
105
106 2004-02-07  Tim Coleman <tim@timcoleman.com>
107         * System.Security.dll.sources: Add new
108                 System.Security.Cryptography.Xml classes.
109
110 2004-01-11  Sebastien Pouliot  <spouliot@videotron.ca>
111
112         * System.Security.dll.sources: Added AssemblyInfo.cs and Locale.cs.
113
114 2003-07-24  Sebastien Pouliot  <spouliot@videotron.ca>
115
116         * System.Security.dll.sources: Added new Mono.Xml.XmlCanonicalizer.cs
117         from Aleksey Sanin.
118
119 2003-03-04  Sebastien Pouliot  <spouliot@videotron.ca>
120
121         * System.Security.build: Added a new output System.Security_cmp.dll
122         which links with mscorlib. This version is to be used to generate
123         the class status web page (required for CorCompare).
124
125 2003-03-03  Sebastien Pouliot  <spouliot@videotron.ca>
126
127         * System.Security.build: Updated build file to stop linking with
128         MS assemblies (and like with Mono's corlib instead).
129
130 2003-03-02  Sebastien Pouliot  <spouliot@videotron.ca>
131
132         * list.unix: Added XmlSignature.cs.
133
134 2003-01-17  Sebastien Pouliot  <spouliot@videotron.ca>
135
136         * System.Security.build: Simplified and fixed some issues.
137
138 2002-11-28  Sebastien Pouliot  <spouliot@videotron.ca>
139
140         * System.Security.build: New. Nant build file for Windows.