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 add code before this call and/or in the
client program (I implemented the client using openssl too).
I added a few printf statements in s3_srvr.c and s3_clnt.c to see what was
going on with the handshake. What was happening was that the server would
send the Hello Request (A/B and then C?) and thats it. It would never see
the client Hello so it would never send back the server Hello. The
client, on the other hand, would see the Hello Request, send back a client
Hello, and then keep waiting for the server Hello.
What am I doing wrong? Please help.
Thanks.
-Nishith
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]