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