OLDREV 30172 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30172&diff_format=u NEWREV 30279 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30279&diff_format=u CHG ChangeLog 30171->30279 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=30172&r2=30279&pathrev=30279&diff_format=u CHG version.h 30172->30276 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=30172&r2=30279&pathrev=30279&diff_format=u CHG ext/openssl/ossl_bn.c 26835->30279 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/openssl/ossl_bn.c?p1=branches/ruby_1_8/ext/openssl/ossl_bn.c&r1=30172&r2=30279&pathrev=30279&diff_format=u CHG ext/openssl/lib/openssl/bn.rb 11708->30275 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/openssl/lib/openssl/bn.rb?p1=branches/ruby_1_8/ext/openssl/lib/openssl/bn.rb&r1=30172&r2=30279&pathrev=30279&diff_format=u ADD test/openssl/test_bn.rb none->30279 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/test/openssl/test_bn.rb?view=markup&pathrev=30279&diff_format=u =================================================================== +++ 20101220T235242Z @@ 5509 @@ test_decode(OpenSSL::TestASN1): . test_encode_boolean(OpenSSL::TestASN1): . test_encode_integer(OpenSSL::TestASN1): . +test_integer_to_bn(OpenSSL::TestBN): . +test_prime_p(OpenSSL::TestBN): . test_AES(OpenSSL::TestCipher): . test_ciphers(OpenSSL::TestCipher): . test_crypt(OpenSSL::TestCipher): . @@ 5773 @@ NameError: uninitialized constant OpenSSL::Digest::SHA256 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/openssl/test_x509cert.rb:201:in `test_dsa_with_sha2' +132 tests, 1394 assertions, 0 failures, 2 errors make: *** [test-all] Error 1 exit 2 failed(test/openssl) =================================================================== --- 20101219T235433Z @@ 5771 @@ NameError: uninitialized constant OpenSSL::Digest::SHA256 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/openssl/test_x509cert.rb:201:in `test_dsa_with_sha2' -130 tests, 1392 assertions, 0 failures, 2 errors make: *** [test-all] Error 1 exit 2 failed(test/openssl)