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