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