??: Session Resumption.. d2i_SSL_SESSION() function..

2001-08-29 Thread YONG.YUE
Title: ??: Session Resumption.. d2i_SSL_SESSION() function.. n client side >   >   // store ssl session info to buf >   if(session) >   { >       nsessionLen = i2d_SSL_SESSION(session, NULL); >       // >    

RE: Session Resumption.. d2i_SSL_SESSION() function..

2001-08-29 Thread Aslam
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

Re: Session Resumption.. d2i_SSL_SESSION() function..

2001-08-29 Thread Lutz Jaenicke
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

Session Resumption.. d2i_SSL_SESSION() function..

2001-08-29 Thread Aslam
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