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

ChangeLog « Mono.Security.X509.Extensions « Mono.Security « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8d2dc9942e2780ea21f9793681206fddcfbe496 (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
2004-07-15  Sebastien Pouliot  <sebastien@ximian.com>

	* KeyUsageExtension.cs: Added Encode to extension so it can be used 
	by makecert. Fix bug # 61240. Patch provided by Ianier Munoz.

2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>

	* KeyUsageExtension.cs: Added missing INSIDE_CORLIB to enum.

2004-04-22  Sebastien Pouliot  <sebastien@ximian.com>

	* AuthorityKeyIdentifierExtension.cs: FxCop-ized.
	* BasicConstraintsExtension.cs: FxCop-ized. Added INSIDE_CORLIB.
	* CRLDistributionPointsExtension.cs: Added constructor for DP to
	remove compilation warnings.
	* CertificatePoliciesExtension.cs: Ajusted for changes in ASN1Convert.
	* ExtendedKeyUsageExtension.cs: Ajusted for changes in ASN1Convert.
	Added missing OID strings in ToString ().
	* KeyAttributesExtension.cs: FxCop-ized. 
	* KeyUsageExtension.cs: FxCop-ized. Added INSIDE_CORLIB.
	* NetscapeCertTypeExtension.cs: FxCop-ized.
	* PrivateKeyUsagePeriodExtension.cs: FxCop-ized.
	* SubjectAltNameExtension.cs: FxCop-ized.
	* SubjectKeyIdentifierExtension.cs: FxCop-ized. Added INSIDE_CORLIB.

2004-02-23  Sebastien Pouliot  <sebastien@ximian.com>

	* CRLDistributionPointsExtension.cs: Fix some warnings.
	* SubjectKeyIdentifierExtension.cs: Added new Identifier property.

2004-02-20  Sebastien Pouliot  <sebastien@ximian.com>

	* AuthorityKeyIdentifierExtension.cs: New. Added for certview.
	* CRLDistributionPointsExtension.cs: New. Added for certview.
	* CertificatePoliciesExtension.cs: New. Added for certview.
	* KeyUsageExtension.cs: Added none as a possible (empty) usage.
	* NetscapeCertTypeExtension.cs: New. Required for verifying older SSL
	certificates.
	* PrivateKeyUsagePeriodExtension.cs: New. Added for certview.
	* SubjectAltNameExtension.cs: Added support for dNSName.
	* SubjectKeyIdentifierExtension.cs: New. Added for certview.

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

	* KeyAttributesExtension.cs: New. Added for WSE.

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

	* ExtendedKeyUsageExtension.cs: New. Added for makecert.

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

	* SubjectAltNameExtension.cs: New. Added for certview.

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

	* BasicConstraintsExtension.cs: New. Handle X.509 Basic 
	Constaints extension.
	* KeyUsageExtension.cs: New. Handle X.509 Key Usage
	extension.