Project

General

Profile

Actions

Bug #1277

closed

Incorrect passing of file handle between runtime libraries in OpenSSL extension

Added by cfis (Charlie Savage) about 15 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2dev (2009-03-12) [i386-mswin32_90]
Backport:
[ruby-core:22859]

Description

=begin
The openssl extension uses the BIO_new_fp openssl api, which takes a stream. This causes segmentation faults on windows if openssl and the openssl ruby extension are using different runtime c libraries since you can't pass streams between libraries.

Better to use BIO_new_file.

Patch attached.
=end


Files

ossl_bio.patch (639 Bytes) ossl_bio.patch cfis (Charlie Savage), 03/13/2009 01:21 AM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0