File: ChangeLog

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (108 lines) | stat: -rw-r--r-- 4,653 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
2009-06-26  Robert Jordan  <robertj@gmx.net>

	* *.cs: Upgrade to new NUnit style.

2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>

	* CmsRecipientCollectionTest.cs: Verify NRE behavior of ctor.

2006-12-15  Sebastien Pouliot  <sebastien@ximian.com>

	* PkitsTest.cs: New. Common test code to use the PKITS test data.
	* Pkits_4_01_SignatureVerification.cs: New. Test signature on S/MIME
	using the PKITS test data (if available).

2005-09-27  Sebastien Pouliot  <sebastien@ximian.com>

	* Pkcs9AttributeTest.cs: Added new tests case for new overriden 
	CopyFrom (added in 2.0 RC).
	* Pkcs9ContentTypeTest.cs: Fixed tests case for 2.0 RC.
	* Pkcs9MessageDigestTest.cs: Fixed tests case for 2.0 RC.

2005-05-03  Sebastien Pouliot  <sebastien@ximian.com>

	* ContentInfoTest.cs: Addd test cases for data, envelopedData and 
	other "bad" cases.
	* EnvelopedCmsTest.cs: Added [Category ("NotWorking")] to tests for 
	which Mono isn't complete enough to execute.
	* KeyTransRecipientInfoTest.cs: Added test for EncryptedKey (reference 
	not copy).
	* Pkcs9ContentTypeTest.cs: Removed FIXME (fixed in beta2). Added 
	CopyFrom tests.
	* Pkcs9DocumentDescriptionTest.cs: Removed FIXME (fixed in beta2).
	* Pkcs9MessageDigestTest.cs: Added CopyFrom tests.
	* SignerInfoCollectionTest.cs: New. Tests for SignerInfoCollection.
	* SignerInfoTest.cs: Mark some method/data internal so they can be 
	reused for other tests.

2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>

	* AlgorithmIdentifierTest.cs: Complete some test cases. Updated to 
	NUnit 2.2 API.
	* SignedCmsTest.cs: Added [Ignore] to 3 tests that now also fails
	on beta2.

2005-04-23  Sebastien Pouliot  <sebastien@ximian.com>

	* CmsRecipientTest.cs, CmsSignerTest.cs, EnvelopedCmsTest.cs,
	Pkcs9AttributeTest.cs, Pkcs9DocumentDescriptionTest.cs, 
	Pkcs9DocumentNameTest.cs, Pkcs9SigningTimeTest.cs, SignedCmsTest.cs:
	Adapted for class name changes in beta2 and re-activated some tests on
	Windows that were fixed in beta2.

2005-01-17  Sebastien Pouliot  <sebastien@ximian.com>

	* Pkcs9ContentTypeTest.cs: New. Unit tests for ContentType attribute.
	* Pkcs9DocumentDescriptionTest.cs: Added tests for Format(bool).
	* Pkcs9DocumentNameTest.cs: Added tests for Format(bool).
	* Pkcs9MessageDigestTest.cs: New. Unit tests for MessageDigest attr.
	* Pkcs9SigningTimeTest.cs: Added tests for Format(bool) and tests to
	check valid dates - limited to [1950,2049].

2004-07-09  Sebastien Pouliot  <sebastien@ximian.com>

	* AlgorithmIdentifierTest.cs: Fixed for Fx 2.0 beta1.
	* CmsRecipientTest.cs: Replace Pkcs7RecipientTest.cs in Fx 2.0 beta1.
	* CmsSignerTest.cs: Replace Pkcs7SignerTest.cs in Fx 2.0 beta1.
	* ContentInfoTest.cs: Fixed for Fx 2.0 beta1.
	* EnvelopedCmsTest.cs: Replace EnvelopedPkcs7Test.cs in Fx 2.0 beta1.
	* KeyTransRecipientInfoTest.cs: Fixed for Fx 2.0 beta1.
	* Pkcs9AttributeTest.cs: Fixed for Fx 2.0 beta1.
	* Pkcs9DocumentDescriptionTest.cs: Fixed for Fx 2.0 beta1.
	* Pkcs9DocumentNameTest.cs: Fixed for Fx 2.0 beta1.
	* Pkcs9SigningTimeTest.cs: Fixed for Fx 2.0 beta1.
	* SignedCmsTest.cs: Replace SignedPkcs7Test.cs in Fx 2.0 beta1.
	* SignerInfoTest.cs: Fixed for Fx 2.0 beta1.
	* SubjectIdentifierTest.cs: Fixed for Fx 2.0 beta1.

2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

	* ContentInfoTest.cs: Adjusted for changes in Mono.Security.

2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>

	* ContentInfoTest.cs: Changed test for GetContentType.
	* EnvelopedPkcs7Test.cs: New. Unit tests for EnvelopedPkcs7 
	(encryption).
	* KeyTransRecipientInfoTest.cs: New. Unit tests for 
	KeyTransRecipientInfo.
	* Pkcs7RecipientTest.cs: New. Unit tests for Pkcs7Recipient.
	* SignedPkcs7Test.cs: New. Unit tests for SignedPkcs7 (signatures).
	* SignedInfoTest.cs: New. Unit tests for SignedInfo.
	* SubjectIdentifierTest.cs: New. Unit tests for SubjectIdentifier.

2003-11-08  Sebastien Pouliot  <spouliot@videotron.ca>

	* ContentInfoTest.cs: New. (Incomplete) Unit tests for ContentInfo.
	* Pkcs7SignerTest.cs: New. New. Unit tests for Pkcs7Signer.
	* RecipientInfoTest.cs: New. Unit tests for abstract class RecipientInfo.

2003-11-07  Sebastien Pouliot  <spouliot@videotron.ca>

	* AlgorithmIdentifierTest.cs: New. Unit tests for AlgorithmIdentifier.
	* CryptographicAttributeTest.cs: New. Unit tests for CryptographicAttribute.
	* Pkcs9AttributeTest.cs: New. Unit tests for Pkcs9Attribute (same as for 
	CryptographicAttribute).
	* Pkcs9DocumentDescriptionTest.cs: New. Unit tests for Pkcs9DocumentDescription.
	* Pkcs9DocumentNameTest.cs: New. Unit tests for Pkcs9DocumentName.
	* Pkcs9SigningTimeTest.cs: New. Unit tests for Pkcs9SigningTime.