[openssl-dev] [openssl.org #547] SSL_CTX_free messes with external session cache

2016-05-09 Thread Richard Levitte via RT
This is a very old ticket, and SSL_CTX_free() has been worked on along with the rest of the code. Closing this one, and if the issue still exists, I trust someone will generate a new ticket. Vid Thu, 27 Mar 2003 kl. 22.10.04, skrev jaenicke: > [n...@math.technion.ac.il - Wed Mar 26 20:14:51

[openssl.org #547] SSL_CTX_free messes with external session cache

2003-03-27 Thread Lutz Jaenicke via RT
[EMAIL PROTECTED] - Wed Mar 26 20:14:51 2003]: I noticed that SSL_CTX_free() takes all the sessions in the given CTX's internal session cache, and also removes them from the external session cache (i.e., calls the delete-session callback). Thanks. I have added a slightly modified

[openssl.org #547] SSL_CTX_free messes with external session cache

2003-03-26 Thread [EMAIL PROTECTED] via RT
Hi, I noticed that SSL_CTX_free() takes all the sessions in the given CTX's internal session cache, and also removes them from the external session cache (i.e., calls the delete-session callback). Why was this done? I can't think of a security or a logical explanation to this, because these