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