Hello,

I'm currently implementing an encrypted and authenticated client server
communication. I use the same mechanism as ssl does, ie resumed
sessions, using a memory cache where I store sessions. I did browse the
s3_clnt.c file and did not find anywhere the way old sessions are
retrieved. However, it is done server side in S3_srvr.c thanks to the
ssl_get_prev session function.
If you know how are old sessions retrieved client side can you help me
please ?
Nada.


Reply via email to