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