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