Re: SSL_set_shutdown, SSL_shutdown

2000-06-13 Thread Arun Venkataraman
; Date: Tuesday, June 13, 2000 9:45 AM Subject: SSL_set_shutdown, SSL_shutdown >Hi, > >Can someone tell me what the routines in the above are for ? >I can see that if I call SSL_free without calling SSL_set_shutdown before, >it frees all the sessions list in the general con

SSL_set_shutdown, SSL_shutdown

2000-06-13 Thread Levy itai
Hi, Can someone tell me what the routines in the above are for ? I can see that if I call SSL_free without calling SSL_set_shutdown before, it frees all the sessions list in the general context (SSL_CTX) and I can't do reuse. If I call SSL_set_shutdown then everything seems to be ok. I don't un