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