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