Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.Security.X509 « Test « Mono.Security « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ed2dff2b0006a034782311751bd375626276f22 (plain)
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
2005-11-04  Sebastien Pouliot  <sebastien@ximian.com> 
 
	* PKCS12Test.cs: Added tests for adding multiple keys with the same 
	size inside a pkcs12 file. Fixed test when removing different keys
	from the structure (removed only it the public key match).

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

	* PKCS12.cs: Added tests for MaximumPasswordLength property wrt to the
	CryptoAPI limits on the password length (32 characters) when importing
	and exporting PKCS #12 files.

2005-08-29  Sebastien Pouliot  <sebastien@ximian.com>

	* X501NameTest.cs: Added test cases for quoted and escaped values.

2005-08-12  Sebastien Pouliot  <sebastien@ximian.com>

	* X520AttributesTest.cs: New. Test cases from Daniel Granath to check
	best encoding selection for values.

2005-06-30  Sebastien Pouliot  <sebastien@ximian.com>

	* X509CrlTest.cs: New. Add regression test for bug #75406.

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

	* PKCS12Test.cs: Fix a test for 2.0 (where the constructor could be
	ambiguous).

2004-05-12  Nick Drochak <ndrochak@ieee.org>

	* PKCS12Test.cs: Do not exceed line length limit. 

2004-05-11  Jesper Pedersen <jep@itplus.dk>

	* PKCS12Test.cs: Added unit tests for the new methods.

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

	* PKCS12Test.cs: New. Unit test for PKCS#12 files (with/without 
	passwords, weak/strong encryption) and PKCS#12 password based key 
	derivation.

2003-09-01  Sebastien Pouliot  <spouliot@videotron.ca>

	* ITrustAnchors.cs: New. Interface to trust anchors.
	* TestAnchors.cs: New. Include 2 tests anchors: Microsoft Root Agency
	(for Windows compatibility) and Mono Test Root.
	* TrustAnchors.cs: New. Include some widely used (commercial) code 
	signing root certificates.
	* X509CertificateCollection.cs: New. Collection for Mono's X509 
	certificates.
	* X509Chain.cs: New. MINIMAL certificate chaining engine to support
	Authenticode(tm). VERY PARTIAL IMPLEMENTATION!!!

2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>

	* X501Name.cs: New. X.501 Distinguished Names stuff
	* X509Builder.cs: New. Abstract class for building X.509 related
	structures (like certificates and CRLs).
	* X509Certificate.cs: New. A more complete class to handle X.509
	certificates.
	* X509CertificateBuilder.cs: New. Class to build X.509 certificates.
	* X509Extension.cs: New. A base class for all X.509 extensions.
	* X509Extensions.cs: New. X509Extension collection.
	* X520Attributes.cs: New. X.520 attributes (mainly for X501 names)