From 7137a314b313310efcabe7d3a4df435b19af1aa1 Mon Sep 17 00:00:00 2001 From: technorama Date: Mon, 18 Jun 2007 09:03:15 +0000 Subject: * ext/openssl/{extconf.rb,ossl_ssl_session.c}: Fix ruby-Bugs-11513. * ext/openssl/ossl_pkey_ec.c New methods EC::Point.[eql,make_affine!,invert!,on_curve?,infinity?] By default output the same key form as the openssl command. * ext/openssl/ossl_rand.c New method Random.status? * test/openssl/test_ec.rb New tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/openssl/test_ec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/openssl/test_ec.rb b/test/openssl/test_ec.rb index 0d1a8ad5b6..671901ca36 100644 --- a/test/openssl/test_ec.rb +++ b/test/openssl/test_ec.rb @@ -5,7 +5,7 @@ rescue LoadError end require "test/unit" -if defined?(OpenSSL) +if defined?(OpenSSL::PKey::EC) class OpenSSL::TestEC < Test::Unit::TestCase def setup -- cgit v1.2.3