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