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