4f448853d7346b5c5db25d66cc19eca072192a74
[mono.git] / mcs / class / Mono.Security / Mono.Security / ChangeLog
1 2004-03-17  Jesper Pedersen  <jep@itplus.dk>
2
3         * ASN1.cs: Implemented ASN1::ToString (byte dump)
4         * ASN1Convert.cs: Fixed engine problem in ASN1Convert::FromInt32
5
6 2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>
7
8         * PKCS7.cs: Implemented EncryptedData, EnvelopedData and updated 
9         SignedData for v3 SubjectKeyIdentifier.
10         
11 2003-11-06  Sebastien Pouliot  <spouliot@videotron.ca>
12
13         * StrongName.cs: Now supports MZ headers bigger than 128 bytes.
14
15 2003-10-11  Sebastien Pouliot  <spouliot@videotron.ca>
16
17         * StrongName.cs: Added Hash, Sign and Verify.
18
19 2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>
20
21         * PKCS7.cs: Updated to use Mono.Security.X509.X509Certificate and to
22         support countersignatures.
23
24 2003-06-19  Nick Drochak <ndrochak@gol.com>
25
26         * StrongName.cs: Work around for mcs? bug 45127.
27
28 2003-03-08  Sebastien Pouliot  <spouliot@videotron.ca>
29
30         * StrongName.cs: New. Partial implementation for StrongNames.
31
32 2003-03-06  Sebastien Pouliot  <spouliot@videotron.ca>
33
34         * ASN1.cs: Updated ASN1 class (from corlib). This file will,
35         eventually, be automagically synched with corlib.
36         * ASN1Convert.cs: New. Helper class to convert from and to
37         ASN1 structures.
38         * PKCS7.cs: New. Basic implementation of CMS (Cryptographic 
39         Message Syntax Standard).
40  
41