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