2005-04-12 Dick Porter <dick@ximian.com>
[mono.git] / mcs / class / Mono.Security / Test / Mono.Security.X509 / ChangeLog
1 2004-05-12  Nick Drochak <ndrochak@ieee.org>
2
3         * PKCS12Test.cs: Do not exceed line length limit. 
4
5 2004-05-11  Jesper Pedersen <jep@itplus.dk>
6
7         * PKCS12Test.cs: Added unit tests for the new methods.
8
9 2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>
10
11         * PKCS12Test.cs: New. Unit test for PKCS#12 files (with/without 
12         passwords, weak/strong encryption) and PKCS#12 password based key 
13         derivation.
14
15 2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>
16
17         * ITrustAnchors.cs: New. Interface to trust anchors.
18         * TestAnchors.cs: New. Include 2 tests anchors: Microsoft Root Agency
19         (for Windows compatibility) and Mono Test Root.
20         * TrustAnchors.cs: New. Include some widely used (commercial) code 
21         signing root certificates.
22         * X509CertificateCollection.cs: New. Collection for Mono's X509 
23         certificates.
24         * X509Chain.cs: New. MINIMAL certificate chaining engine to support
25         Authenticode(tm). VERY PARTIAL IMPLEMENTATION!!!
26
27 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
28
29         * X501Name.cs: New. X.501 Distinguished Names stuff
30         * X509Builder.cs: New. Abstract class for building X.509 related
31         structures (like certificates and CRLs).
32         * X509Certificate.cs: New. A more complete class to handle X.509
33         certificates.
34         * X509CertificateBuilder.cs: New. Class to build X.509 certificates.
35         * X509Extension.cs: New. A base class for all X.509 extensions.
36         * X509Extensions.cs: New. X509Extension collection.
37         * X520Attributes.cs: New. X.520 attributes (mainly for X501 names)