2004-05-18 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Mono.Security / ChangeLog
1 2004-05-18  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * ASN1Convert.cs: In sync with Mono.Security.dll version.
4         * StrongName.cs: In sync with Mono.Security.dll version.
5
6 2004-05-03  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * ASN1.cs: Fixed NullReferenceException in xmldsig standalone tests.
9
10 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * ASN1.cs: In sync with Mono.Security.dll version.
13         * ASN1Convert.cs: In sync with Mono.Security.dll version.
14         * PKCS7.cs: In sync with Mono.Security.dll version.
15         * StrongName.cs: In sync with Mono.Security.dll version.
16
17 2004-04-20  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * ASN1.cs: Added SaveToFile for easier debugging. Patch from
20         Jesper Pedersen.
21         * StrongName.cs: Removed compilation warning (unused variable).
22
23 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
24
25         * BitConverterLE.cs: added which always does
26         little endian conversion
27         * StrongName.cs: Use BitConverterLE
28         * ASN1Convert.cs: Use BitConverterLE
29
30 2004-04-06  Sebastien Pouliot  <sebastien@ximian.com>
31
32         * StrongName.cs: Added support for ECMA "key" to StringName(byte[])
33         constructor.
34
35 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * StrongName.cs: Update to include new static method that can be 
38         called from the runtime to validate strongname signatures. 
39         Refactored the existing class to reduce code duplication.
40         * StrongNameManager.cs: New. This class keeps the configuration
41         required to map a public key token to an alternative public key
42         (e.g. ECMA public key token -> Mono public key) and to skip
43         strongname validation for specific assemblies/token/users.
44
45 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
46
47         * StrongName.cs: Added CanSign property for AssemblyBuilder. Current
48         Fx design requires an exception to know if the private key is present
49         in an RSA instance. In some case (inside corlib) we can do without...
50
51 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
52
53         * StrongName.cs: Added exceptions for null or invalid keys.
54
55 2004-03-17  Sebastien Pouliot  <sebastien@ximian.com>
56
57         * ASN1.cs: Class synched with Mono.Security.
58         * ASN1Convert.cs: Class synched with Mono.Security.
59
60 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
61
62         * StrongName.cs: Added from Mono.Security assembly for StrongName
63         support in AssemblyBuilder.
64
65 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
66
67         * PKCS7.cs: Added from Mono.Security assembly for Authenticode
68         support in X509Certificate.CreateFromSignedFile
69
70 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
71
72         * ASN1.cs: Improved version.
73         * ASN1Convert.cs: New. Helper class to convert between .NET 
74         types and ASN.1 structures.
75
76 2003-02-08  Sebastien Pouliot  <spouliot@videotron.ca>
77
78         * ASN1.cs: Renamed namespace to match new location.
79