From: nagachika00@... Date: 2016-11-05T02:48:40+00:00 Subject: [ruby-dev:49856] [Ruby trunk Bug#12868] Please backport r55074 (openssl, fix ex_data index for X509_STORE_CTX) Issue #12868 has been updated by Tomoyuki Chikanaga. Backport changed from 2.1: UNKNOWN, 2.2: REQUIRED, 2.3: REQUIRED to 2.1: UNKNOWN, 2.2: REQUIRED, 2.3: DONE ruby_2_3 r56565 merged revision(s) 55074. ---------------------------------------- Bug #12868: Please backport r55074 (openssl, fix ex_data index for X509_STORE_CTX) https://bugs.ruby-lang.org/issues/12868#change-61273 * Author: Kazuki Yamaguchi * Status: Closed * Priority: Normal * Assignee: * ruby -v: * Backport: 2.1: UNKNOWN, 2.2: REQUIRED, 2.3: DONE ---------------------------------------- Please backport r55074 ("openssl: register ex_data index for X509_STORE{_CTX,} respectively"). In Ruby <= 2.3, ext/openssl misused one ex_data index for both X509_STORE and X509_STORE_CTX, and it was working just by chance. This will also fix the symbol conflict which happens when ext/openssl is built with OpenSSL <= 1.0.2 and 1.1.0 is loaded by another dependency (#12830). -- https://bugs.ruby-lang.org/