[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.Net.Security / ChangeLog
1 2010-07-21  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * LocalCertificateSelectionCallback.cs:
4         * SslStream.cs:
5                 Don't use alias in moonlight build (not needed and breaks
6                 compilation otherwise)
7
8 2010-06-29  Sebastien Pouliot  <sebastien@ximian.com>
9
10         * RemoteCertificateValidationCallback.cs: Remove SECURITY_DEP use
11
12 2010-05-10  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * SslStream.cs: Allow Moonlight to build the non-server part
15         of SslStream
16         * RemoteCertificateValidationCallback.cs: Adjust visibility for
17         Moonlight build
18
19 2010-03-01 Gonzalo Paniagua Javier <gonzalo@novell.com>
20
21         * SslStream.cs: don't do anything if a chain element has
22         no error.
23
24 2009-08-20  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * SslStream.cs : Always use/provide a X509Chain even if this 
27         duplicates some of the old/existing logic of Mono.Security.
28         This makes it possible to provide a callback using 
29         ServicePointManager.ServerCertificateValidationCallback
30
31 2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
32
33         * SslStream.cs : uh, fixed the build.
34
35 2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * SslStream.cs : implemented, based on Mono.Security.
38         * LocalCertificateSelectionCallback.cs : extern alias is needed.
39
40 2006-04-05  Sebastien Pouliot  <sebastien@ximian.com>
41
42         * RemoteCertValidationCallback.cs: Fix build. X509Chain isn't 
43         available when System.dll is first being build. This needs to be
44         reviewed since some System.Security.dll classes migrated to System.dll
45
46 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
47
48         * SslPolicyErrors.cs : forgot to add.
49
50 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * AuthenticationLevel.cs,
53           NegotiateStream.cs,
54           SslStream.cs,
55           LocalCertificateSelectionCallback.cs,
56           RemoteCertificateValidationCallback.cs :
57           Updated all unimplemented things to 2.0 RTM.
58
59 2006-03-21  Miguel de Icaza  <miguel@novell.com>
60
61         * AuthenticatedStream.cs: Implement Dispose method, remove Close
62         method, the Close to fix the API.
63
64         * NegotiateStream.cs: Implement Dispose method as well, kill
65         Close, rename the various methods to the new ones.
66
67 2006-03-11  Miguel de Icaza  <miguel@novell.com>
68
69         * AuthenticatedStream.cs: Fixed normative parameter names (yes, we
70         need to do this everywhere one day).
71
72         (Close): actually obey the "leaveInnerStreamOpen" setting from the
73         constructor. 
74
75 2006-03-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
76
77         * SslStream.cs, NegotiateStream.cs: Override CanTimeout,
78         ReadTimeout and WriteTimeout properties, to avoid warnings.
79
80 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * ProtectionLevel.cs : fix enumeration.
83
84 2004-09-13  Tim Coleman <tim@timcoleman.com>
85         * AuthenticatedStream.cs AuthenticationLevel.cs LocalCertSelectionCallback.cs
86         * NegotiateStream.cs ProtectionLevel.cs RemoteCertValidationCallback.cs
87         * SslStream.cs: New stubs for Fx 2.0