On Fri, Sep 07, 2001 at 05:39:52PM -0400, Louis LeBlanc wrote:
> Now I have another problem.  In trying to call
> SSL_CTX_flush_sessions(ssl_ctx, time(0));
> 
> I am being blessed with a core dump.

[output deleted]

> I could be wrong, but I think that negative value on the timeout is a
> bad thing.  Anyone with some idea how that happened?  It'd be a pain
> in the neck to have to set the timeout on each individual SSL struct,
> when I am using only one SSL_CTX configuration to create them all, so
> what is the process when a connection is created from a context?  Am I
> misunderstanding something here, or does this look like a problem?

If I should give a guess (and I am asked for one here :-):
An SSL_SESSION has been freed (reference count became zero and it was actually
deleted) but the list of cached sessions inside SSL_CTX was not updated
successfully. I don't know whether this is due to your code. We have
received a patch to improve (fix?) session list handling several days
ago but no time to look into it, yet.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to