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