From: Hiroshi Nakamura Date: 2011-05-19T13:01:19+09:00 Subject: [ruby-core:36326] Re: [Ruby 1.9 - Bug #4734] [ext/openssl] DSA#sign error Sorry, I should have aware of this ticket. Non-DSS1 DSA signing is from openssl 1.0.0. It should work on openssl >= 1.0.0. Tests in ruby_1_8 branch (test/openssl/test_x509cert.rb) should have related tests. The tests are synced with jruby-ossl but it's not merged yet to trunk. Can you merge that? Let me know if I should do that. Regards, // NaHi