From ad2e9d0ab579850be70e385fdc2823b1f0628228 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sat, 25 Jul 2015 23:35:49 +0000 Subject: * ext/openssl/lib/openssl/pkey.rb: implement DEFAULT_512 and DEFAULT_1024 constants in Ruby. * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): Ask PKey for the default DH callback since it aleady must check whether openssl has been compiled with DH support. * ext/openssl/ossl_pkey_dh.c (OSSL_PKEY_BN): Remove C definitions of DEFAULT_512 and DEFAULT_1024 * ext/openssl/ossl_pkey_dh.c (Init_ossl_dh): ditto * test/openssl/test_pkey_dh.rb (class OpenSSL): add test to ensure the Ruby definitions are the same as the C definitions were. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2b92f6ea72..34ac232fda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Sun Jul 26 08:33:03 2015 Aaron Patterson + + * ext/openssl/lib/openssl/pkey.rb: implement DEFAULT_512 and + DEFAULT_1024 constants in Ruby. + + * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): Ask PKey for the + default DH callback since it aleady must check whether openssl has + been compiled with DH support. + + * ext/openssl/ossl_pkey_dh.c (OSSL_PKEY_BN): Remove C definitions of + DEFAULT_512 and DEFAULT_1024 + + * ext/openssl/ossl_pkey_dh.c (Init_ossl_dh): ditto + + * test/openssl/test_pkey_dh.rb (class OpenSSL): add test to ensure the + Ruby definitions are the same as the C definitions were. + Sun Jul 26 08:14:59 2015 Aaron Patterson * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): support -- cgit v1.2.3