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
;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
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
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
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
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
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