Title: ??: Session Resumption.. d2i_SSL_SESSION() function..
n client side
>
> // store ssl session info to buf
> if(session)
> {
> nsessionLen = i2d_SSL_SESSION(session, NULL);
> //
>
pt a pointer assignment.. then at which point I sould get a
pSSL->session->cipher pointer ???
Thanks
Aslam
-Original Message-
From: Lutz Jaenicke [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 29, 2001 3:36 PM
To: '[EMAIL PROTECTED]'
Subject: Re: Session Resumptio
On Wed, Aug 29, 2001 at 01:54:38PM -0400, Aslam wrote:
> I'm doing session resumption on client side. For this of the previous
> session I did a i2d_SSL_SESSION() and in this session, I'm setting this
> SSL_SESSION ptr, which I obtained from d2i_SSL_SESSION().
> Now the problem is when I do a d2i
Hi,
I'm doing session resumption on client side. For this of the previous
session I did a i2d_SSL_SESSION() and in this session, I'm setting this
SSL_SESSION ptr, which I obtained from d2i_SSL_SESSION().
Now the problem is when I do a d2i_SSL_SESSION() to get the SSL_SESSION ptr,
the ptr->cipher