Re: session reuse from client side

2001-11-20 Thread Lutz Jaenicke
On Tue, Nov 20, 2001 at 06:09:04PM +0200, Arne Ansper wrote: we have a client program that uses external session database for session caching. we have found a bug in client side session caching. or actually a missing functionality. after decoding stored session using d2i function the cipher

session reuse from client side

2001-11-20 Thread Arne Ansper
hi! we have a client program that uses external session database for session caching. we have found a bug in client side session caching. or actually a missing functionality. after decoding stored session using d2i function the cipher parameter of SSL_SESSION structure is zero. on server side