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