From: Hiroshi Nakamura Date: 2011-06-23T19:42:21+09:00 Subject: [ruby-dev:43880] Re: [Ruby 1.9 - Bug #4919] OpenSSL::SSL::Sesssion#time= に Bignum を渡すと ArgumentError が発生する 報告ありがとうございます。32bit環境で落ちるとか考えてませんでした。。。 Thanks for the report. I was not aware that the code has 64bit dependency... On Wed, Jun 22, 2011 at 18:45, Tomoyuki Chikanaga wrote: >>1) Is it OK if I apply the fix? > Yes, please apply it. :) I modified it a little at r32211. Martin, please add a test when you commit a gift patch. Thanks! >>2) Anyone else getting the "sslv3 alert illegal parameter"? I get it most of the time but not always... > I can't get this error on Ubuntu 10.4 with openssl(0.9.8k-7ubuntu). Please file it. Regards, // NaHi