File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (69 lines) | stat: -rw-r--r-- 2,301 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
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
2010-03-01 Gonzalo Paniagua Javier <gonzalo@novell.com>

	* SslStream.cs: don't do anything if a chain element has
	no error.

2009-08-20  Sebastien Pouliot  <sebastien@ximian.com>

	* SslStream.cs : Always use/provide a X509Chain even if this 
	duplicates some of the old/existing logic of Mono.Security.
	This makes it possible to provide a callback using 
	ServicePointManager.ServerCertificateValidationCallback

2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>

	* SslStream.cs : uh, fixed the build.

2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>

	* SslStream.cs : implemented, based on Mono.Security.
	* LocalCertificateSelectionCallback.cs : extern alias is needed.

2006-04-05  Sebastien Pouliot  <sebastien@ximian.com>

	* RemoteCertValidationCallback.cs: Fix build. X509Chain isn't 
	available when System.dll is first being build. This needs to be
	reviewed since some System.Security.dll classes migrated to System.dll

2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>

	* SslPolicyErrors.cs : forgot to add.

2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>

	* AuthenticationLevel.cs,
	  NegotiateStream.cs,
	  SslStream.cs,
	  LocalCertificateSelectionCallback.cs,
	  RemoteCertificateValidationCallback.cs :
	  Updated all unimplemented things to 2.0 RTM.

2006-03-21  Miguel de Icaza  <miguel@novell.com>

	* AuthenticatedStream.cs: Implement Dispose method, remove Close
	method, the Close to fix the API.

	* NegotiateStream.cs: Implement Dispose method as well, kill
	Close, rename the various methods to the new ones.

2006-03-11  Miguel de Icaza  <miguel@novell.com>

	* AuthenticatedStream.cs: Fixed normative parameter names (yes, we
	need to do this everywhere one day).

	(Close): actually obey the "leaveInnerStreamOpen" setting from the
	constructor. 

2006-03-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* SslStream.cs, NegotiateStream.cs: Override CanTimeout,
	ReadTimeout and WriteTimeout properties, to avoid warnings.

2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>

	* ProtectionLevel.cs : fix enumeration.

2004-09-13  Tim Coleman <tim@timcoleman.com>
	* AuthenticatedStream.cs AuthenticationLevel.cs LocalCertSelectionCallback.cs
	* NegotiateStream.cs ProtectionLevel.cs RemoteCertValidationCallback.cs
	* SslStream.cs: New stubs for Fx 2.0