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