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