[Mono-bugs] [Bug 457120] System.Net.Security.SslStream's AuthenticateAsServer hangs
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 19 11:21:48 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=457120
User paszczi at go2.pl added comment
http://bugzilla.novell.com/show_bug.cgi?id=457120#c7
--- Comment #7 from Maciej Paszta <paszczi at go2.pl> 2009-10-19 09:21:46 MDT ---
Yesterday my friend pointed about behavior that is exposed by SslServerStream -
authentication process is triggered as soon as something is sent through the
connection. I've altered my test case and put the following code in Client's
Program.cs around line no. 50 :
m_sslClient.Write(new byte[] { 0 });
After this modification, server code finally exits from call to
AuthenticateAsServer. This behavior is different than the one exposed by .NET
framework.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list