Project

General

Profile

Actions

Bug #6094

closed

[OpenSSL] wrong argument of rsa_generate()

Bug #6094: [OpenSSL] wrong argument of rsa_generate()

Added by nobu (Nobuyoshi Nakada) over 13 years ago. Updated over 13 years ago.

Status:
Closed
Target version:
ruby -v:
r34833
Backport:
[ruby-core:42970]

Description

=begin
Seems the type of second argument of ((%ext/openssl/ossl_pkey_rsa.c%)):(({rsa_generate()})) should be (({unsigned long})), not (({int})).
=end


Files

openssl.diff (1.12 KB) openssl.diff nobu (Nobuyoshi Nakada), 02/27/2012 05:50 PM

Updated by shyouhei (Shyouhei Urabe) over 13 years ago Actions #1

  • Status changed from Open to Assigned

Updated by nobu (Nobuyoshi Nakada) over 13 years ago Actions #2

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r35102.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.
    [Bug #6094]

Updated by naruse (Yui NARUSE) over 13 years ago Actions #3 [ruby-core:43568]

  • Status changed from Closed to Open
  • % Done changed from 100 to 0

Updated by naruse (Yui NARUSE) over 13 years ago Actions #4

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r35117.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


Refix Bug #6094: use unsigned long integer literal.

  • ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.
    [Bug #6094]
Actions

Also available in: PDF Atom