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