From: "bkabrda (Bohuslav Kabrda)" Date: 2012-03-19T21:07:02+09:00 Subject: [ruby-core:43470] [ruby-trunk - Bug #6089] Test suite fails with OpenSSL 1.0.1 Issue #6089 has been updated by bkabrda (Bohuslav Kabrda). Also, this new OpenSSL is breaking the drb test suite: $ make test-all TESTS="test/drb/test_drbssl.rb" /builddir/build/BUILD/ruby-1.9.3-p125/lib/drb/ssl.rb:185: warning: SSL_accept returned=1 errno=0 state=SSLv3 write key exchange A: EVP lib (OpenSSL::SSL::SSLError) (I previously set config[:verbose] = true in ut_array_drbssl.rb, to see this message.) ---------------------------------------- Bug #6089: Test suite fails with OpenSSL 1.0.1 https://bugs.ruby-lang.org/issues/6089#change-24940 Author: vo.x (Vit Ondruch) Status: Assigned Priority: Normal Assignee: MartinBosslet (Martin Bosslet) Category: Target version: ruby -v: ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux] It seems that the patch [1] changes the behavior of openssl and makes the test_x509cert.rb fail: 1) Failure: test_dsig_algorithm_mismatch(OpenSSL::TestX509Certificate) [test/openssl/test_x509cert.rb:175]: OpenSSL::X509::CertificateError expected but nothing was raised. I also notified Fedora's openssl maintainer about these issues [2]. [1] http://cvs.openssl.org/filediff?f=openssl/crypto/asn1/a_sign.c&v1=1.21.4.1&v2=1.21.4.2 [2] https://bugzilla.redhat.com/show_bug.cgi?id=797217 -- http://bugs.ruby-lang.org/