Re: [jdev] C# SslStream Issues

2007-07-03 Thread Dieter Lunn
#x27;s are using the .Net SSL Stream class. -- Chris Mullins *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Dieter Lunn *Sent:* Tuesday, July 03, 2007 8:30 AM *To:* Jabber software development list *Subject:* [jdev] C# SslStream Issues Hi I am writing a library in C#

RE: [jdev] C# SslStream Issues

2007-07-03 Thread Chris Mullins
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dieter Lunn Sent: Tuesday, July 03, 2007 8:30 AM To: Jabber software development list Subject: [jdev] C# SslStream Issues Hi I am writing a library in C# and I am having issues changing to a secure stream. When I start the authenticate as c

Re: [jdev] C# SslStream Issues

2007-07-03 Thread Matthias Wimmer
Dieter Lunn schrieb: > It seems that the certificate data is passed to my parser where I then > get an Invalid XML error or I get a read error on my stream saying can't > perform that operation on an unauthenticated socket when I am still > trying to authenticate it. I thought that the method bloc

Re: [jdev] C# SslStream Issues

2007-07-03 Thread Dieter Lunn
It seems that the certificate data is passed to my parser where I then get an Invalid XML error or I get a read error on my stream saying can't perform that operation on an unauthenticated socket when I am still trying to authenticate it. I thought that the method blocked until it was finished.

Re: [jdev] C# SslStream Issues

2007-07-03 Thread Sylvain Hellegouarch
Dieter Lunn a écrit : Hi I am writing a library in C# and I am having issues changing to a secure stream. When I start the authenticate as client and it receives the data and runs it through the xml parser and I get an error. The socket code can be found here: http://xmppnet.googlecode.com/

Re: [jdev] C# SslStream Issues

2007-07-03 Thread Dieter Lunn
There are a couple but I wanted the experience of writing one myself. And yes I have dumps of the data sent to the parser and of the data coming from the socket. I can upload those if requested. On 7/3/07, Michal 'vorner' Vaner <[EMAIL PROTECTED]> wrote: Hello On Tue, Jul 03, 2007 at 10:30:1

Re: [jdev] C# SslStream Issues

2007-07-03 Thread Michal 'vorner' Vaner
Hello On Tue, Jul 03, 2007 at 10:30:10AM -0500, Dieter Lunn wrote: > I am writing a library in C# and I am having issues changing to a secure > stream. When I start the authenticate as client and it receives the data > and runs it through the xml parser and I get an error. The socket code can

[jdev] C# SslStream Issues

2007-07-03 Thread Dieter Lunn
Hi I am writing a library in C# and I am having issues changing to a secure stream. When I start the authenticate as client and it receives the data and runs it through the xml parser and I get an error. The socket code can be found here: http://xmppnet.googlecode.com/svn/trunk/xmpp/net/AsyncSoc