Andrew Finnell <[EMAIL PROTECTED]> writes:
> [1  <text/plain; iso-8859-1 (7bit)>]
>     In my application , I am doing something simliar to this on the client
>  
>      SSL_use_PrivateKey_file ( "blah" );
>         SSL_use_certificate_file ( "blah" );
>         SSL_renegotiate ( ssl );
>  
>  Not after that is done I try send a large amount of data on the server
> And I get a SSL3_WANT_RETRY error. Debugging the code I see that the error 
> is because of the write buffer has moved and the error is happening in
> ssl3_write_pending. Now I dont want to enable the mode
> SSL_ACCEPT_MOVING_WRITE_BUFFER so 
> how do I fix this?
Why don't you want to enable SSL_ACCEPT_MOVING_WRITE_BUFFER?

-Ekr
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to