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