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