2003-01-17 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / ChangeLog
1 2003-01-17  Sebastien Pouliot  <spouliot@videotron.ca>
2
3         * KeyInfo.cs: Changed some protected declaration to private.
4         * KeyInfoName.cs: Changed some protected declaration to private.
5         * KeyInfoNode.cs: Changed some protected declaration to private.
6         * KeyInfoRetrievalMethod.cs: Changed some protected declaration to private.
7         * KeyInfoX509Data.cs: Changed some protected declaration to private.
8         * Transform.cs: Changed some protected declaration to private.
9         * XmlDsigBase64Transform.cs: Changed some protected declaration to private.
10         * XmlDsigC14NTransform.cs: Changed some protected declaration to private.
11         * XmlDsigC14NWithCommentsTransform.cs: Changed some protected declaration to private.
12         * XmlDsigEnvelopedSignatureTransform.cs: Changed some protected declaration to private.
13         * XmlDsigXPathTransform.cs: Changed some protected declaration to private.
14         * XmlDsigXsltTransform.cs: Changed some protected declaration to private.
15
16 2002-11-28  Sebastien Pouliot  <spouliot@videotron.ca>
17
18         * TODOAttribute.cs: New. Still much to do ;-)
19         * XmlDsigXPathTransform.cs: Corrected to compile. Transform is non-
20         functionnal.
21         * XmlDsigXsltTransform.cs: Corrected to compile. Transform is non-
22         functionnal.
23
24 2002-11-20  Sebastien Pouliot  <spouliot@videotron.ca>
25
26         * DataObject.cs: New. Complete implementation.
27         * DSAKeyValue.cs: New. Complete implementation.
28         * KeyInfo.cs: New. Complete implementation.
29         * KeyInfoClause.cs: New. Abstract class (complete).
30         * KeyInfoName.cs: New. Complete implementation.
31         * KeyInfoNode.cs: New. Complete implementation.
32         * KeyInfoRetrievalMethod.cs: New. Complete implementation.
33         * KeyInfoX509Data.cs: New. Complete implementation.
34         * Reference.cs: New. Incomplete implementation.
35         * RSAKeyValue.cs: New. Complete implementation.
36         * Signature.cs: New. Almost complete implementation - returned
37         XML isn't exactly like the MS implementation.
38         * SignedInfo.cs: New. Complete except SignatureLength.
39         * SignedXml.cs: New. Minimal implementation (only enveloped signatures).
40         Still many TODO!
41         * Transform.cs: New. Abstract class (complete).
42         * TransformChain.cs: New. Complete implementation.
43         * XmlDsigBase64Transform.cs: New. Stub + basic logic.
44         * XmlDsigC14NTransform.cs: New. Stub + basic logic.
45         * XmlDsigC14NWithCommentsTransform.cs: New. Stub + basic logic.
46         * XmlDsigEnvelopedSignatureTransform.cs: New. Stub + basic logic.
47         * XmlDsigXPathTransform.cs: New. Stub + basic logic.
48         * XmlDsigXsltTransform.cs: New. Stub + basic logic.