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