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