From 18f2c7b152a1fb987cbed940d7ca4a067748890e Mon Sep 17 00:00:00 2001 From: technorama Date: Mon, 18 Jun 2007 08:56:21 +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: http://svn.ruby-lang.org/repos/ruby/trunk@12571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 862edb82c..051e67102 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Mon Jun 18 08:47:54 2007 Technorama Ltd. + * 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. + Mon Jun 18 17:04:07 2007 Nobuyoshi Nakada * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby level -- cgit