hai,
i am writting a minimal concurrent ssl server, i am
planning to use external session caching for this.
i am using the the following hooks.

 SSL_CTX_sess_set_remove_cb(ctx, cb)
void call_back(SSL_CTX,SSL_SESSION)

i am calling the callback functions before opening the
connection. i am getting the following
* Warning: assignment from incompatible pointer type *

i looked for information in docs on openssl website, and
also on ssleay.txt(comes with source though obsolete) but
i could not find information.

can anyone tell me if the arguments for the callback
function are right or not.

i want to test if the hook is called perfectly or not.
can anyone tell me a way to delete the session
information from openssl internal cache?


Thanks in advance
ganesh

_________________________________________________________
For Rs. 2,000,000 worth of Aptech scholarships click below
http://clients.rediff.com/clients/aptechsch/index1.htm



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to