From 71ceffa3dd8bacca8b61eab4709b32ada6867d5c Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 29 Oct 2003 17:27:59 +0000 Subject: * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize): add new method to inherit @sync from @io.sync. * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): no need to set sync flag explicitly. * ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): call super. * ext/openssl/ossl_ssl.c (ossl_sslctx_setup): set extra chain certificates in @extra_chain_cert. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0dca96ccb..963ea9129 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Thu Oct 30 02:25:48 2003 GOTOU Yuuzou + + * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize): + add new method to inherit @sync from @io.sync. + + * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): no need to + set sync flag explicitly. + + * ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): call super. + + * ext/openssl/ossl_ssl.c (ossl_sslctx_setup): set extra chain + certificates in @extra_chain_cert. + Wed Oct 29 22:02:04 2003 NAKAMURA, Hiroshi * test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby -- cgit