Backport #4861
Backport r31528 to 1.9.2
| Status: | Closed | Start date: | 06/10/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | - |
Description
Related issues
| related to ruby-trunk - Feature #4556: Please add option which enable SSLv2 support | Closed | 04/06/2011 |
Associated revisions
History
Updated by Yui NARUSE 9 months ago
- Project changed from ruby-trunk to Backport92
- Status changed from Open to Assigned
- Assignee set to Yuki Sonoda
Updated by Yuki Sonoda 8 months ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r32382.
Kiyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
merges r31528 from trunk into ruby_1_9_2. fixes #4861.
--
* ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is executed.
However, the problem is not revised in this.
This adds the control of using function of SSLv2 in made macro by function check.