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