Actions
Bug #12069
closed[PATCH] document OpenSSL::SSL::SSLContext#setup as MT-unsafe
Bug #12069:
[PATCH] document OpenSSL::SSL::SSLContext#setup as MT-unsafe
Description
document OpenSSL::SSL::SSLContext#setup as MT-unsafe
On a cursory inspection, using rb_block_call for extra_chain_cert
is thread-unsafe. There may be other instances of thread-unsafe
behavior in this method, but one is enough.
- ext/openssl/ossl_ssl.c (ossl_sslctx_setup): document as MT-unsafe
Files
Actions