Re: help with renegotiation

1999-04-10 Thread Ralf S. Engelschall
In article <[EMAIL PROTECTED]> you wrote: > Bodo Moeller <[EMAIL PROTECTED]>: > >> If you >> don't want the server to accept any more data from the client after >> the HelloRequest has been sent (which makes sense only if the >> application p

Re: help with renegotiation

1999-04-06 Thread Bodo Moeller
On Mon, Apr 05, 1999 at 11:07:57AM -0400, Nishith Dipak Shah wrote: > I need to implement an SSL server that will force a renegotiation after a > certain period of time. Why "after a certain period of time"? Renegotiation is useful e.g. if you want to verify a client certificate when you did n

help with renegotiation

1999-04-06 Thread Nishith Dipak Shah
Hi. I need to implement an SSL server that will force a renegotiation after a certain period of time. I have the server up and running, but I cant seem to get the renegotiation to work. I am using the function SSL_renegotiate() in the server code. Is that all I need to do? Do I need to ad