Hi,
I would like to cache a session in memory for later use in my
client.
At present I'm using i2d_SSL_SESSION(ssl->session,
&pp);
My question is how do I find out how much memory to allocate
to pp to receive the SSL_SESSION
data.
Regards
Martin.
|