In corlib/System.Runtime.InteropServices:
[mono.git] / mcs / class / System.Security / ChangeLog
1 2007-01-17  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * System.Security_test.dll.sources : added
4           XmlDsigExcC14NTransformTest.cs.
5
6 2006-12-15  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * Makefile: Execute PKITS tests only if the data is installed locally.
9         See System.dll unit tests for details.
10         * System.Security_test.dll.sources: Add some PKITS unit tests to the
11         build.
12
13 2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
14
15         * System.Security_test.dll.sources: Added unit and CAS tests for 
16         System.Security.Cryptography.X509Certificates.X509Certificate2UI
17
18 2006-09-22  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * Makefile:
21           Added Test/S.S.C.Xml/EncryptedXmlSample3.xml to EXTRA_DISTFILES.
22
23 2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * Makefile: oops, syntax breakage.
26
27 2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * Makefile:
30           Added Test/S.S.C.Xml/EncryptedXmlSample2.xml to EXTRA_DISTFILES.
31
32 2006-09-21  Atsushi Enomoto  <atsushi@ximian.com>
33
34         * System.Security_test.dll.sources: added EncryptedXmlTest.cs.
35         * Makefile: added some extra test support files as EXTRA_DISTFILES.
36
37 2006-09-06  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * System.Security_test.dll.sources: added DataReferenceTest.cs.
40
41 2005-09-26  Sebastien Pouliot  <sebastien@ximian.com>
42
43         * System.Security.dll.sources: Remove all X509 related classes.
44         * System.Security_test.dll.sources: Remove all X509 related tests.
45         * System.Security.Cryptography.X509Certificates/*.cs: moved to 
46         System.dll assembly.
47         * Test/System.Security.Cryptography.X509Certificates/*.cs: moved to
48         System.dll assembly.
49
50 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
51
52         * System.Security_test.dll.sources: Added unit tests for System.
53         Security.Permissions.StorePermissionAttribute class.
54
55 2005-05-03  Sebastien Pouliot  <sebastien@ximian.com>
56
57         * System.Security_test.dll.sources: Added unit tests for System.
58         Security.Cryptography.Pkcs.SignerInfoCollection class.
59
60 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
61
62         * System.Security.dll.sources: Added IRelDecryptor interface and 
63         XmlLicenseTransform class to System.Security.Cryptography.Xml (2.0).
64
65 2005-04-23  Sebastien Pouliot  <sebastien@ximian.com>
66
67         * System.Security.dll.sources: Added StorePermission and 
68         StorePermissionAttribute to System.Security.Permissions (2.0).
69
70 2005-04-04  Atsushi Enomoto  <atsushi@ximian.com>
71
72         * System.Security.dll.sources: added XmlSignatureStreamReader.cs.
73
74 2005-01-17  Sebastien Pouliot  <sebastien@ximian.com>
75
76         * System.Security.dll.sources: Added System.Security.Cryptography.
77         X509Certificates/X509EnhancedKeyUsageExtension.cs and 
78         X509SubjectKeyIdentifierHashAlgorithm.cs to the build.
79         * System.Security_test.dll.sources: Added System.Security.Cryptography
80         .Pkcs/Pkcs9ContentTypeTest.cs, Pkcs9MessageDigestTest.cs and System.
81         Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs,
82         X509EnhancedKeyUsageExtensionTest.cs, X509ExtensionTest.cs, 
83         X509KeyUsageExtensionTest.cs and X509SubjectKeyIdentifierExtensionTest.cs
84         to the unit test assembly.
85
86 2005-01-06  Raja R Harinath  <rharinath@novell.com>
87
88         * Makefile (LIB_MCS_FLAGS): Add reference to Mono.Security.dll
89         only in the NET 2.0 profile.  See 2004-07-07 entry.
90
91 2005-01-05  Sebastien Pouliot  <sebastien@ximian.com>
92
93         * Makefile: Don't ignore the CS0119 warnings (private field not used) 
94         when building the assembly (the code is already clean for this).
95         * System.Security.dll.sources: Add DataProtectionPermission, Attribute
96         and Flags to the assembly (moved from corlib).
97         * System.Security_test.dll.sources: Add DataProtectionPermission
98         Attribute unit tests (moved from corlib unit tests).
99
100 2004-12-23  Sebastien Pouliot  <sebastien@ximian.com>
101
102         * System.Security.dll.sources: Added System.Security.Cryptography/
103         ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
104         MemoryProtectionScope.cs as they been moved from mscorlib to here.
105         * System.Security_test.dll.sources : Added Test/System.Security.
106         Cryptography/ProtectedDataTest.cs and ProtectedMemoryTest.cs for the 
107         same reason.
108
109 2004-09-04  Tim Coleman <tim@timcoleman.com>
110         * System.Security.dll.sources:
111                 Add new System.Security.Cryptography.Pkcs classes.
112
113 2004-09-03  Tim Coleman <tim@timcoleman.com>
114         * System.Security.dll.sources: 
115                 Add new System.Security.Cryptography.X509Certificates classes
116
117 2004-09-02  Tim Coleman <tim@timcoleman.com>
118         * System.Security.dll.sources: 
119                 Add new System.Security.Cryptography.Xml classes
120
121 2004-07-09  Sebastien Pouliot  <sebastien@ximian.com>
122
123         * System.Security_test.dll.sources: Fixed unit tests to work with Fx 
124         2.0 beta 1.
125
126 2004-07-08  Sebastien Pouliot  <sebastien@ximian.com>
127
128         * System.Security.dll.sources: Fixed classes to match Fx 2.0 beta 1.
129
130 2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
131
132         * Makefile: Added a reference to Mono.Security because we'll require
133         many class from it for the NET_2_0 profile - but it would be better
134         not to have the dependency for NET_1_1.
135         * System.Security.dll.sources: Added a lot of existing classes (from
136         1.2 documentation) that were never compiled.
137         * System.Security_test.dll.sources: Added a lot of existing tests 
138         (from 1.2 documentation) that were never compiled.
139
140 2004-03-26  Sebastien Pouliot  <sebastien@ximian.com>
141
142         * System.Security.dll.sources: Added internal class Manifest.
143
144 2004-03-26  Atsushi Enomoto <atsushi@ximian.com>
145
146         * System.Security_test.dll.sources :
147           Added XmlDsigEnvelopedSignatureTest.cs.
148
149 2004-03-22  Sebastien Pouliot  <sebastien@ximian.com>
150
151         * Makefile: Added /nowarn to cleanup display when building.
152
153 2004-03-16  Atsushi Enomoto <atsushi@ximian.com>
154
155         * System.Security.dll.sources: added XmlDsigNodeList.cs
156
157 2004-02-19  Tim Coleman <tim@timcoleman.com>
158         * System.Security.dll.sources: Add new
159                 System.Security.Cryptography.Xml.SymmetricKeyWrap
160
161 2004-02-11  Sebastien Pouliot  <spouliot@videotron.ca>
162
163         * System.Security_test.dll.sources: Added unit tests for 
164         XmlDsigXPathTransform.
165
166 2004-02-10  Tim Coleman <tim@timcoleman.com>
167         * System.Security.dll.sources: Add new
168                 System.Security.Cryptography.Xml classes.
169
170 2004-02-07  Tim Coleman <tim@timcoleman.com>
171         * System.Security.dll.sources: Add new
172                 System.Security.Cryptography.Xml classes.
173
174 2004-01-11  Sebastien Pouliot  <spouliot@videotron.ca>
175
176         * System.Security.dll.sources: Added AssemblyInfo.cs and Locale.cs.
177
178 2003-07-24  Sebastien Pouliot  <spouliot@videotron.ca>
179
180         * System.Security.dll.sources: Added new Mono.Xml.XmlCanonicalizer.cs
181         from Aleksey Sanin.
182
183 2003-03-04  Sebastien Pouliot  <spouliot@videotron.ca>
184
185         * System.Security.build: Added a new output System.Security_cmp.dll
186         which links with mscorlib. This version is to be used to generate
187         the class status web page (required for CorCompare).
188
189 2003-03-03  Sebastien Pouliot  <spouliot@videotron.ca>
190
191         * System.Security.build: Updated build file to stop linking with
192         MS assemblies (and like with Mono's corlib instead).
193
194 2003-03-02  Sebastien Pouliot  <spouliot@videotron.ca>
195
196         * list.unix: Added XmlSignature.cs.
197
198 2003-01-17  Sebastien Pouliot  <spouliot@videotron.ca>
199
200         * System.Security.build: Simplified and fixed some issues.
201
202 2002-11-28  Sebastien Pouliot  <spouliot@videotron.ca>
203
204         * System.Security.build: New. Nant build file for Windows.