-- I have just written a SSL-Implementation in Java for my Diplom and I need some help to create a complete javax.net.ssl implementation using SSLeay. There are some points where I can't find out the correspondence between SSLeay and the sun specification of SSL. Maybe someone out there can help.. 1. How do I invalidate a session in SSLeay? In SSLeay one can remove sessions from the Session-Cache, thus preventing future connections to use them, or free the session structures. Now: neither freeing nor removing from the cache looks like an session-invalidation. How can I achieve this? 2. How can I restart a handshake on a connected socket (connection already running)? Does `SSL_renegotiate' do this? Do I have to shutdown(`SSL_shutdown') the socket first? +-------------------------------------------------------------------------+ | Administrative requests should be sent to [EMAIL PROTECTED] | | List service provided by Open Software Associates, http://www.osa.com/ | +-------------------------------------------------------------------------+
