svn path=/branches/mono-1-1-9/mcs/; revision=51212
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography.X509Certificates / ChangeLog
1 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * X509CapiTest.cs: Enabled IntPtr test under Linux. Add IntPtr.Zero 
4         tests (special case).
5         * X509CertificateCas.cs: New. CAS unit tests for X509Certificate.
6         * X509SpcTest.cs: Activate some tests (most only on Windows);
7
8 2005-02-24  Sebastien Pouliot  <sebastien@ximian.com>
9
10         * X509Cert20Test.cs: Fx 2.0 specific certificate tests.
11
12 2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * X509CapiTest.cs: SetUp and TearDown are now public (required for new
15         nunit).
16         * X509SpcTest.cs: SetUp and TearDown are now public (required for new
17         nunit).
18
19 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * X509SpcTest.cs: Commented tests as the root certificates aren't part
22         of the Mono trusted store.
23
24 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
25
26         * X509SpcTest.cs: Now use Path.GetFullPath for all filenames as 
27         X509Certificate.CreateFromSignedFile sometimes (like on Nick's
28         computer) didn't "see" the file and returned an empty certificate.
29
30 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
31
32         * X509CapiTest.cs: New. Unit test for loading a certificate using a
33         (CryptoAPI) handle.
34         * X509SpcTest.cs: Changed the code signing sample for an assembly
35         signed by a valid (not a test) certificate so the test should run fine
36         under Windows (without changing any configuration).
37
38 2003-11-17  Nick Drochak <ndrochak@gol.com>
39
40         * X509SpcTest.cs: OK, I misread the test and the file is created by the
41         test itself.  I've un-ingored the test, but it still fails for me.
42         Entered bugzilla #51057 for this.
43
44 2003-11-14  Nick Drochak <ndrochak@gol.com>
45
46         * X509SpcTest.cs: Ignore for now test where we need an exe to load.
47
48 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
49
50         * X509SpcTest.cs: New. Test for Software Publisher Certificates
51         (a.k.a. Authenticode) using CreateFromSignedFile.
52
53 2003-07-02  Nick Drochak  <ndrochak@gol.com>
54
55         * X509CertificateTest.cs: Ok, must be a bug in our impl of X509Cert.
56         Putting it back the way it was.
57
58 2003-06-30  Nick Drochak  <ndrochak@gol.com>
59
60         * X509CertificateTest.cs: Adjust for time zone.  Need to test on .NET.
61
62 2003-05-26  Sebastien Pouliot  <spouliot@videotron.ca>
63
64         * X509CertificateTest.cs: Commented some tests in Certificate13 (the
65         DSA certificate without any key parameters) because MS implementation
66         cannot use the X509Certificate(X509Certificate) to instance it.
67
68 2003-05-16  Sebastien Pouliot  <spouliot@videotron.ca>
69
70         * X509CertificateTest.cs: Added DSA certificate without any key 
71         parameters (shared group is available in the issuer certificate).
72
73 2003-04-21  Sebastien Pouliot  <spouliot@videotron.ca>
74
75         * X509CertificateTest.cs: Fixed DateTime issue by setting 
76         CultureInfo to "". Thanks Nick!
77
78 2003-04-12  Sebastien Pouliot  <spouliot@videotron.ca>
79
80         * X509CertificateTest.cs: Commented ToString() test because of the
81         dates included within (which makes the comparison with a pre-
82         generated value difficult).
83
84 2003-04-11  Sebastien Pouliot  <spouliot@videotron.ca>
85
86         * X509CertificateTest.cs: Corrected end-of-line issue for Linux. 
87
88 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
89
90         * X509CertificateTest.cs: Updated tool to generate test for NUnit2.
91
92 2002-12-28  Sebastien Pouliot  <spouliot@videotron.ca>
93
94         * X509CertificateTest.cs: Changed how the dates are compared. This
95         should stop the nunit errors in X509Certificate.
96
97 2002-12-21  Nick Drochak <ndrochak@gol.com>
98
99         * all: make tests build and run under nunit2
100
101 2002-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
102
103         * X509CertificateTest.cs: Uncommented the GetEffectiveDateString and 
104         GetExpirationDateString tests. Added a test for ToString(true).
105
106 2002-11-03  Sebastien Pouliot  <spouliot@videotron.ca>
107
108         * AllTests.cs: New. Include all (1) tests files for X509Certificates.
109         * X509CertificateTest.cs: New. Generated tests using some (11 right 
110         now) X.509 certificates. There is a bigger version (346 certs today)
111         to spot new problems (but once spotted they move into this small file).
112         GetEffectiveDateString and GetExpirationDateString tests are commented.