2004-03-24 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Mono.Security / ChangeLog
1 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * StrongName.cs: Added CanSign property for AssemblyBuilder. Current
4         Fx design requires an exception to know if the private key is present
5         in an RSA instance. In some case (inside corlib) we can do without...
6
7 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * StrongName.cs: Added exceptions for null or invalid keys.
10
11 2004-03-17  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * ASN1.cs: Class synched with Mono.Security.
14         * ASN1Convert.cs: Class synched with Mono.Security.
15
16 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
17
18         * StrongName.cs: Added from Mono.Security assembly for StrongName
19         support in AssemblyBuilder.
20
21 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
22
23         * PKCS7.cs: Added from Mono.Security assembly for Authenticode
24         support in X509Certificate.CreateFromSignedFile
25
26 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
27
28         * ASN1.cs: Improved version.
29         * ASN1Convert.cs: New. Helper class to convert between .NET 
30         types and ASN.1 structures.
31
32 2003-02-08  Sebastien Pouliot  <spouliot@videotron.ca>
33
34         * ASN1.cs: Renamed namespace to match new location.
35