Re: SSL_write problem

2009-03-30 Thread Kyle Hamilton
nderlying socket be blocking/not blocking? Can I > have at the same time non-blocking read and blocking write? > > BR, > Nikos > > - Original Message - From: "Kyle Hamilton" > To: > Sent: Tuesday, March 31, 2009 3:13 AM > Subject: Re: SSL_write problem

Re: SSL_write problem

2009-03-30 Thread Nikos Balkanas
;Kyle Hamilton" To: Sent: Tuesday, March 31, 2009 3:13 AM Subject: Re: SSL_write problem SSL_CTX_set_mode(ssl, SSL_MODE_AUTO_RETRY); 2009/3/30 Nikos Balkanas : Hi, I would like to ideally use non-blocking SSL_read and blocking SSL_write. Is this possible with BIO_set_nbio? What should the

Re: SSL_write problem

2009-03-30 Thread Kyle Hamilton
SSL_CTX_set_mode(ssl, SSL_MODE_AUTO_RETRY); 2009/3/30 Nikos Balkanas : > Hi, > > I would like to ideally use non-blocking SSL_read and blocking SSL_write. Is > this possible with BIO_set_nbio? What should the underlying socket be in > that case? > > If this is not possible, as I suspect, i have th

SSL_write problem

2009-03-30 Thread Nikos Balkanas
Hi, I would like to ideally use non-blocking SSL_read and blocking SSL_write. Is this possible with BIO_set_nbio? What should the underlying socket be in that case? If this is not possible, as I suspect, i have the problem that the non-blocking SSL_write with select, will stall after first SSL

newbie questions and ssl_write problem

2004-03-13 Thread Hawk
Hi I have some easy (I hope) questions: I wrote a multithreaded ftp bouncer in c++ So far everything works But if I use certain ftp clients (for example flashfxp v2.1.923) sometimes some bytes disappear And if I transfer a textfile, there is a "?" at every lineend The datafiles are not corrupted ev

Re: Re: ssl_write problem on AIX

2002-08-08 Thread ganesh kumar godavari
Greg, ssldump gives u the dump of ssl data being send from your system. it gives u information like ssl handshake negotiation of all connections... the best way to overcome the error would be to debug your program using gdb. you can download the ssldump from http://freshmeat.net/projects/ss

Re: ssl_write problem on AIX

2002-08-08 Thread Greg Duclos
vari" <[EMAIL PROTECTED]> > on > 08/07/2002 06:24:44 PM > > Please respond to [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > cc:(bcc: Darin Broady/Lex/Lexmark) > Subject: Re: ssl_write problem on AIX > > > > > hello, > what error messa