Re: Problems re-using SSL connections with 0.9.6c...

2002-01-14 Thread Bodo Moeller
Rob Beckers <[EMAIL PROTECTED]>: [...] > I'm glad you can reproduce the problem, that's half the battle. I'm using > OpenSSL's internal cache (single threaded program using async sockets, so > no need for external cache), and as stated it's not re-using. > > There's no particular hurry to get

Re: Problems re-using SSL connections with 0.9.6c...

2002-01-13 Thread Rob Beckers
--On Sunday, January 13, 2002 7:06 PM +0100 Lutz Jaenicke <[EMAIL PROTECTED]> wrote: > On Fri, Jan 11, 2002 at 09:59:20AM -0500, Rob Beckers wrote: >> Either way, even when re-compiling the server using the header files of >> 0.9.6c (that being the only thing of the SSL libs I use as far as t

Re: Problems re-using SSL connections with 0.9.6c...

2002-01-13 Thread Lutz Jaenicke
On Sun, Jan 13, 2002 at 07:06:54PM +0100, Lutz Jaenicke wrote: > Problem acknowledged. I don't know, what is going on, but my Postfix/TLS > setup on my servers stopped using session caching, too. > (I am using external caching and it seems, that the callback to write > session data to the external

Re: Problems re-using SSL connections with 0.9.6c...

2002-01-13 Thread Lutz Jaenicke
On Fri, Jan 11, 2002 at 09:59:20AM -0500, Rob Beckers wrote: > Either way, even when re-compiling the server using the header files of > 0.9.6c (that being the only thing of the SSL libs I use as far as the > server code is concerned) it's still showing SSL session re-use not > working. Drop ba

Re: Problems re-using SSL connections with 0.9.6c...

2002-01-11 Thread Rob Beckers
--On Friday, January 11, 2002 3:23 PM +0100 Lutz Jaenicke <[EMAIL PROTECTED]> wrote: >> Just switched from 0.9.6 to 0.9.6c on Win32. The same server code worked >> fine when it came to re-using SSL sessions with 0.9.6. Now, with 0.9.6c, >> it's no longer capable of re-using. I'm linking dynam

Re: Problems re-using SSL connections with 0.9.6c...

2002-01-11 Thread Lutz Jaenicke
On Thu, Jan 10, 2002 at 05:51:53PM -0500, Rob Beckers wrote: > Just switched from 0.9.6 to 0.9.6c on Win32. The same server code worked > fine when it came to re-using SSL sessions with 0.9.6. Now, with 0.9.6c, > it's no longer capable of re-using. I'm linking dynamically to the lib > DLLs and

Problems re-using SSL connections with 0.9.6c...

2002-01-10 Thread Rob Beckers
Just switched from 0.9.6 to 0.9.6c on Win32. The same server code worked fine when it came to re-using SSL sessions with 0.9.6. Now, with 0.9.6c, it's no longer capable of re-using. I'm linking dynamically to the lib DLLs and simply swapping old for new (and vice versa) makes re-use stop workin