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