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