[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / Test / Mono.Security / ChangeLog
1 2010-02-03  Sebastien Pouliot  <sebastien@ximian.com>
2
3         *  ASN1ConvertTest.cs: Fix test cases by using local time. Patch
4         provided by Peter Dettman. Fix bug #324181
5
6 2008-04-25  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * StrongName.cs: New test cases to verify signatures from streams.
9         Patch from Dave Hillier <daveh@lindenlab.com>
10
11 2007-01-05  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * ASN1ConvertTest.cs: Update unit test syntax to NUnit 2.2. Change
14         DateTime.UtcNow to Now as the API requires, under 1.x, a local date 
15         time. Disregard buggy ConvertOID_LargeX under MS 2.0.
16
17 2006-10-06  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * ASN1ConvertTest.cs: Adjusted big integer convertion test cases for
20         both a sign-extended result and a "normal" (not extended) result.
21
22 2005-10-03  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * PKCS7Test.cs: New. Unit tests to ensure authenticated attributes
25         are sorted before they are signed. This is required by DER and ensures
26         better interoperability with other implementations (like BouncyCastle)
27
28 2004-05-11  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * ASN1ConvertTest.cs: New. Unit tests for ASN.1 convertions.
31         * StrongNameTest.cs: Added new unit tests for better coverage.
32
33 2003-10-11  Sebastien Pouliot  <spouliot@videotron.ca>
34
35         * StrongNameTest.cs: Added tests for Hash, Sign and Verify.
36
37 2003-03-08  Sebastien Pouliot  <spouliot@videotron.ca>
38
39         * StrongNameTest.cs: New. Unit tests for StrongNames.
40