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