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