2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Mono.Security / Mono.Security / ChangeLog
1 2004-10-29  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * ASN1.cs: Throw an NotSupportedException when "undefined length 
4         encoding" is used (#68903 but it's not a fix ;-). Fixed GetBytes to
5         encode structures bigger than 64k (fix #68907). Simplified ToString
6         and added Length to help debugging.
7         * PKCS7.cs: Added a flag to avoid resigning a structure (which was
8         duplicating some attributes).
9
10 2004-09-17  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * ASN1.cs: In synch with corlib version. Fixed all level 4 compilation
13         warnings.
14         * PKCS7.cs: In synch with corlib version. Fixed all level 4 
15         compilation warnings.
16
17 2004-06-08  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * StrongName.cs: Synch with corlib (the new code isn't even compiled)
20         in Mono.Security assembly.
21
22 2004-05-19  Jesper Pedersen  <jep@itplus.dk>
23
24         * PKCS7.cs: Added SignedData.VerifySignature(AsymmetricAlgorithm aa).
25         Added support for calculating signature from SignedData content (i.e.
26         when UseAuthenticatedAttributes is false). Added contentType to 
27         AuthenticatedAttributes (when SignedData.UseAuthenticatedAttributes 
28         is true).
29
30 2004-05-11  Sebastien Pouliot  <sebastien@ximian.com>
31
32         * ASN1Convert.cs: Added better exceptions. Fixed bugs found by new
33         unit tests.
34         * StrongName.cs: Fixed GetBytes() when creating a new strongname. 
35         Removed unrequired :base() from a constructor. Removed debugging 
36         Console.WriteLine.
37
38 2004-05-03  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * ASN1.cs: Fixed NullReferenceException in xmldsig standalone tests.
41
42 2004-04-22  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * ASN1.cs: FxCop-ized. CLS compliance.
45         * ASN1Convert.cs: FxCop-ized. CLS compliance.
46         * PKCS7.cs: FxCop-ized. CLS compliance.
47         * StrongName: FxCop-ized. CLS compliance.
48
49 2004-04-20  Sebastien Pouliot  <sebastien@ximian.com>
50
51         * ASN1.cs: Added SaveToFile for easier debugging. Patch from
52         Jesper Pedersen.
53         * BitConverterLE.cs: New. Added Little-Endian BitConverter from 
54         Bernie Solomon to sync versions with corlib.
55         * StrongName.cs: Synched with corlib version. Adds ECMA key fixes,
56         endian fixes from Bernie Solomon and removed compilation warning.
57
58 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
59
60         * StrongName.cs: Update to include new static method that can be 
61         called from the runtime to validate strongname signatures. 
62         Refactored the existing class to reduce code duplication.
63
64 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
65
66         * StrongName.cs: Added CanSign property for AssemblyBuilder. Current
67         Fx design requires an exception to know if the private key is present
68         in an RSA instance. In some case (inside corlib) we can do without...
69
70 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
71
72         * StrongName.cs: Added exceptions for null or invalid keys.
73
74 2004-03-17  Jesper Pedersen  <jep@itplus.dk>
75
76         * ASN1.cs: Implemented ASN1::ToString (byte dump)
77         * ASN1Convert.cs: Fixed engine problem in ASN1Convert::FromInt32
78
79 2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>
80
81         * PKCS7.cs: Implemented EncryptedData, EnvelopedData and updated 
82         SignedData for v3 SubjectKeyIdentifier.
83         
84 2003-11-06  Sebastien Pouliot  <spouliot@videotron.ca>
85
86         * StrongName.cs: Now supports MZ headers bigger than 128 bytes.
87
88 2003-10-11  Sebastien Pouliot  <spouliot@videotron.ca>
89
90         * StrongName.cs: Added Hash, Sign and Verify.
91
92 2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>
93
94         * PKCS7.cs: Updated to use Mono.Security.X509.X509Certificate and to
95         support countersignatures.
96
97 2003-06-19  Nick Drochak <ndrochak@gol.com>
98
99         * StrongName.cs: Work around for mcs? bug 45127.
100
101 2003-03-08  Sebastien Pouliot  <spouliot@videotron.ca>
102
103         * StrongName.cs: New. Partial implementation for StrongNames.
104
105 2003-03-06  Sebastien Pouliot  <spouliot@videotron.ca>
106
107         * ASN1.cs: Updated ASN1 class (from corlib). This file will,
108         eventually, be automagically synched with corlib.
109         * ASN1Convert.cs: New. Helper class to convert from and to
110         ASN1 structures.
111         * PKCS7.cs: New. Basic implementation of CMS (Cryptographic 
112         Message Syntax Standard).
113  
114