2005-08-29 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Mono.Security / Test / Mono.Security.X509 / ChangeLog
1 2005-08-29  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * X501NameTest.cs: Added test cases for quoted and escaped values.
4
5 2005-08-12  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * X520AttributesTest.cs: New. Test cases from Daniel Granath to check
8         best encoding selection for values.
9
10 2005-06-30  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * X509CrlTest.cs: New. Add regression test for bug #75406.
13
14 2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * PKCS12Test.cs: Fix a test for 2.0 (where the constructor could be
17         ambiguous).
18
19 2004-05-12  Nick Drochak <ndrochak@ieee.org>
20
21         * PKCS12Test.cs: Do not exceed line length limit. 
22
23 2004-05-11  Jesper Pedersen <jep@itplus.dk>
24
25         * PKCS12Test.cs: Added unit tests for the new methods.
26
27 2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>
28
29         * PKCS12Test.cs: New. Unit test for PKCS#12 files (with/without 
30         passwords, weak/strong encryption) and PKCS#12 password based key 
31         derivation.
32
33 2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>
34
35         * ITrustAnchors.cs: New. Interface to trust anchors.
36         * TestAnchors.cs: New. Include 2 tests anchors: Microsoft Root Agency
37         (for Windows compatibility) and Mono Test Root.
38         * TrustAnchors.cs: New. Include some widely used (commercial) code 
39         signing root certificates.
40         * X509CertificateCollection.cs: New. Collection for Mono's X509 
41         certificates.
42         * X509Chain.cs: New. MINIMAL certificate chaining engine to support
43         Authenticode(tm). VERY PARTIAL IMPLEMENTATION!!!
44
45 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
46
47         * X501Name.cs: New. X.501 Distinguished Names stuff
48         * X509Builder.cs: New. Abstract class for building X.509 related
49         structures (like certificates and CRLs).
50         * X509Certificate.cs: New. A more complete class to handle X.509
51         certificates.
52         * X509CertificateBuilder.cs: New. Class to build X.509 certificates.
53         * X509Extension.cs: New. A base class for all X.509 extensions.
54         * X509Extensions.cs: New. X509Extension collection.
55         * X520Attributes.cs: New. X.520 attributes (mainly for X501 names)