Issue #4556 has been updated by Nobuhiro I…
Other patches exist.
https://github.com/spk/ruby/commit/dbe76bb2c83ed393c2aee09d6419b3d3062bbda3
Feature #4556: Please add option which enable SSLv2 support
Author: Nobuhiro I.
Status: Open
Priority: Normal
Assignee:
Category:
Target version:
SSLv2 becomes disabled in much environment, because this has several
vulnerabilities.
This patch disable SSLv2 in Ruby.
If user want to use SSLv2 in ruby, you need config with
–enable-opensslv2.
The SSLv2 support is disable by default.