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