From cbb45e2f4e19715a63baf8aa91c916ce49aac248 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Fri, 31 Jul 2015 18:29:12 +0000 Subject: * ext/openssl/ossl_ssl.c (ossl_call_tmp_ecdh_callback): The SSL socket always holds a reference to the SSLContext object, which will have the callback object. Ask the context for the callback instead of storing the callback in two places. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 536aff6513..8eb7df7748 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Aug 1 03:27:12 2015 Aaron Patterson + + * ext/openssl/ossl_ssl.c (ossl_call_tmp_ecdh_callback): The SSL socket + always holds a reference to the SSLContext object, which will have + the callback object. Ask the context for the callback instead of + storing the callback in two places. + Sat Aug 1 03:14:07 2015 Aaron Patterson * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): convert -- cgit v1.2.3