Re: Moving write buffer

2001-10-19 Thread Eric Rescorla
Andrew Finnell <[EMAIL PROTECTED]> writes: > [1 ] > 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

Moving write buffer

2001-10-19 Thread Andrew Finnell
Title: Message     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