Issue #9910 has been updated by Usaku NAKAMURA. Status changed from Assigned to Closed % Done changed from 0 to 100 Applied in changeset r47627. ---------- merge revision(s) 45540: [Backport #9910] ossl.c: OPENSSL_LIBRARY_VERSION * ext/openssl/ossl.c (Init_openssl): add constant OPENSSL_LIBRARY_VERSION which tells the version running OpenSSL. [EXPERIMENTAL] ---------------------------------------- Backport #9910: Backport r45540 to introduce OpenSSL::OPENSSL_LIBRARY_VERSION https://bugs.ruby-lang.org/issues/9910#change-48964 * Author: Tomoyuki Chikanaga * Status: Closed * Priority: Normal * Assignee: Usaku NAKAMURA ---------------------------------------- Let's backport r45540. It introduces OpenSSL::OPENSSL_LIBRARY_VERSION. It's a new feature and marked as [EXPERIMENTAL]. So usually it shouldn't be backported to stable branches. But it's convenient to check linked OpenSSL runtime version, and valuable to confirm openssl security fixes are applied. A changeset is quite simple. -- https://bugs.ruby-lang.org/