159 lines
5.6 KiB
Plaintext
159 lines
5.6 KiB
Plaintext
|
2009-06-25 Zoltan Varga <vargaz@gmail.com>
|
||
|
|
||
|
* *.cs: Convert all tests to new-style nunit classes/methods.
|
||
|
|
||
|
2008-07-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||
|
|
||
|
* X509CertificateTest.cs: Added asserts for Subject and Issuer.
|
||
|
|
||
|
2006-11-17 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* X509Cert20Test.cs: Add test cases for Equals and Export.
|
||
|
|
||
|
2006-11-13 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* X509Cert20Test.cs: Added test cases for importing PEM encoded
|
||
|
certificates and certificates enveloped into a PKCS#7 structure.
|
||
|
|
||
|
2006-11-08 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* X509CapiTest.cs: Update test cases to work under 2.0 (serial number
|
||
|
is reversed, actually fixed, in 2.0).
|
||
|
* X509Cert20Test.cs: Added new 2.0 specific tests for DER-encoded
|
||
|
certificates and PKCS#12 certificates.
|
||
|
* X509CertificateCas.cs: Update test cases to work under 2.0.
|
||
|
* X509CertificateTest.cs: Update test cases to work under 2.0.
|
||
|
* X509SpcTest.cs: Fix behaviour changes for Authenticode handling
|
||
|
under 2.0.
|
||
|
|
||
|
2006-08-08 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* X509Cert20Test.cs: Add a test case with an unrequired password to
|
||
|
decode a lonely DER x.509 certificate.
|
||
|
|
||
|
2006-07-31 Atsushi Enomoto <atsushi@ximian.com>
|
||
|
|
||
|
* X509CapiTest.cs : ConstructorIntPtrZero() is valid only under 1.x.
|
||
|
* X509CertificateTest.cs :
|
||
|
Added tests for equality and null certificate constructor.
|
||
|
|
||
|
2005-09-25 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* X509CapiTest.cs: Update the test cases as the 1.x date/time bug
|
||
|
(Seattle time) has been fixed in 2.0.
|
||
|
* X509CertificateTest.cs: Update the test cases as the 1.x date/time
|
||
|
bug (Seattle time) has been fixed in 2.0.
|
||
|
|
||
|
2005-03-24 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* X509CapiTest.cs: Enabled IntPtr test under Linux. Add IntPtr.Zero
|
||
|
tests (special case).
|
||
|
* X509CertificateCas.cs: New. CAS unit tests for X509Certificate.
|
||
|
* X509SpcTest.cs: Activate some tests (most only on Windows);
|
||
|
|
||
|
2005-02-24 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* X509Cert20Test.cs: Fx 2.0 specific certificate tests.
|
||
|
|
||
|
2004-05-20 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* X509CapiTest.cs: SetUp and TearDown are now public (required for new
|
||
|
nunit).
|
||
|
* X509SpcTest.cs: SetUp and TearDown are now public (required for new
|
||
|
nunit).
|
||
|
|
||
|
2004-04-28 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* X509SpcTest.cs: Commented tests as the root certificates aren't part
|
||
|
of the Mono trusted store.
|
||
|
|
||
|
2003-12-17 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509SpcTest.cs: Now use Path.GetFullPath for all filenames as
|
||
|
X509Certificate.CreateFromSignedFile sometimes (like on Nick's
|
||
|
computer) didn't "see" the file and returned an empty certificate.
|
||
|
|
||
|
2003-12-15 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509CapiTest.cs: New. Unit test for loading a certificate using a
|
||
|
(CryptoAPI) handle.
|
||
|
* X509SpcTest.cs: Changed the code signing sample for an assembly
|
||
|
signed by a valid (not a test) certificate so the test should run fine
|
||
|
under Windows (without changing any configuration).
|
||
|
|
||
|
2003-11-17 Nick Drochak <ndrochak@gol.com>
|
||
|
|
||
|
* X509SpcTest.cs: OK, I misread the test and the file is created by the
|
||
|
test itself. I've un-ingored the test, but it still fails for me.
|
||
|
Entered bugzilla #51057 for this.
|
||
|
|
||
|
2003-11-14 Nick Drochak <ndrochak@gol.com>
|
||
|
|
||
|
* X509SpcTest.cs: Ignore for now test where we need an exe to load.
|
||
|
|
||
|
2003-10-12 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509SpcTest.cs: New. Test for Software Publisher Certificates
|
||
|
(a.k.a. Authenticode) using CreateFromSignedFile.
|
||
|
|
||
|
2003-07-02 Nick Drochak <ndrochak@gol.com>
|
||
|
|
||
|
* X509CertificateTest.cs: Ok, must be a bug in our impl of X509Cert.
|
||
|
Putting it back the way it was.
|
||
|
|
||
|
2003-06-30 Nick Drochak <ndrochak@gol.com>
|
||
|
|
||
|
* X509CertificateTest.cs: Adjust for time zone. Need to test on .NET.
|
||
|
|
||
|
2003-05-26 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509CertificateTest.cs: Commented some tests in Certificate13 (the
|
||
|
DSA certificate without any key parameters) because MS implementation
|
||
|
cannot use the X509Certificate(X509Certificate) to instance it.
|
||
|
|
||
|
2003-05-16 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509CertificateTest.cs: Added DSA certificate without any key
|
||
|
parameters (shared group is available in the issuer certificate).
|
||
|
|
||
|
2003-04-21 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509CertificateTest.cs: Fixed DateTime issue by setting
|
||
|
CultureInfo to "". Thanks Nick!
|
||
|
|
||
|
2003-04-12 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509CertificateTest.cs: Commented ToString() test because of the
|
||
|
dates included within (which makes the comparison with a pre-
|
||
|
generated value difficult).
|
||
|
|
||
|
2003-04-11 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509CertificateTest.cs: Corrected end-of-line issue for Linux.
|
||
|
|
||
|
2003-03-15 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509CertificateTest.cs: Updated tool to generate test for NUnit2.
|
||
|
|
||
|
2002-12-28 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509CertificateTest.cs: Changed how the dates are compared. This
|
||
|
should stop the nunit errors in X509Certificate.
|
||
|
|
||
|
2002-12-21 Nick Drochak <ndrochak@gol.com>
|
||
|
|
||
|
* all: make tests build and run under nunit2
|
||
|
|
||
|
2002-12-15 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* X509CertificateTest.cs: Uncommented the GetEffectiveDateString and
|
||
|
GetExpirationDateString tests. Added a test for ToString(true).
|
||
|
|
||
|
2002-11-03 Sebastien Pouliot <spouliot@videotron.ca>
|
||
|
|
||
|
* AllTests.cs: New. Include all (1) tests files for X509Certificates.
|
||
|
* X509CertificateTest.cs: New. Generated tests using some (11 right
|
||
|
now) X.509 certificates. There is a bigger version (346 certs today)
|
||
|
to spot new problems (but once spotted they move into this small file).
|
||
|
GetEffectiveDateString and GetExpirationDateString tests are commented.
|