starting new ssl session on existing ssl socket

2002-03-11 Thread krish K
Hi, I have to start a new ssl session on previous ssl socket. Can this be done? Are there any problems I may get into? Here is what I need to do: 1. start a session 2. send/receive some data 3. close the session but keep the connection open. 4. start a new session 5. send/receive some data 6. c

Re: starting new ssl session on existing ssl socket

2002-03-12 Thread Vijo Cherian
This can be done. vijo. On Mon, Mar 11, 2002 at 10:09:58PM -, krish K wrote: > Hi, > > I have to start a new ssl session on previous ssl socket. > Can this be done? Are there any problems I may get into? > > Here is what I need to do: > > 1. start a session > 2. send/receive some data >