Re: Calling OpenSSL_thread_stop() multiple times

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 22/08/2023 15:43, Dipak B wrote:
Is it okay to call openssl_stop_thread() on a thread and then again use that thread for TLS communication ? In effect end up calling open_ssl_thread() multiple times on same thread.

No. Don't do that. Some things get initialised on first use in a thread. The initialisation never gets run again, so if they get deinitialised they remain deinitialised forever on that thread.

Matt



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux