I want to implement an external session cache with openssl but I can't find a function that will give me the session id when storing a new session in the cache. According to the man pages the get-session-callback used for retrieval of session from the cache will give me the session id as an argument, but the new-session-callback used to store a session only gives a SSL_SESSION *session pointer. How do I retrieve the session id from that ?
/Leif [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
