File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 142,720 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,327; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (37 lines) | stat: -rw-r--r-- 1,270 bytes parent folder | download | duplicates (2)
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
2006-04-25  Atsushi Enomoto  <atsushi@ximian.com>

	* OidTest.cs,
	  AsnEncodedDataTest.cs : commented locale-dependent tests
	  (FriendlyName and Format(bool)) out.

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

	* Asn*.cs, Oid*.cs: Moved from System.Security.dll

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

	* AsnEncodedDataTest.cs: Added test case for SubjectAltName extension.

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

	* AsnEncodedDataTest.cs: Added tests decode Fx supported Enhanced Key
	Usage extension and Fx "officially" unsupported Netscape Cert Type
	extension. Both are docoded sucessfully at this level.

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

	* AsnEncodedDataTest.cs: Added tests for Oid, RawData properties and
	for CopyFrom method.

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

	* AsnEncodedDataTest.cs: Fixed for Fx 2.0 beta1.
	* OidTest.cs: Fixed for Fx 2.0 beta1.

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

	* AsnEncodedDataTest.cs: New. Unit tests for AsnEncodedData (.NET 1.2).
	* OidTest.cs: New. Unit tests for Oid (.NET 1.2).
	* OidCollectionTest.cs: New. Unit tests for OidCollection (.NET 1.2).
	* OidEnumeratorTest.cs: New. Unit tests for OidEnumerator (.NET 1.2).