From e986e7123643b91ece134ea47db9935670108ca2 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 18 Aug 2003 22:49:48 +0000 Subject: * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as a builtin. * ext/openssl/lib/openssl/buffering.rb (Buffering#close): ditto. * ext/openssl/lib/openssl/buffering.rb (Buffering#puts): should add a return to the tails of each line. * ext/openssl/lib/openssl/ssl.rb: new class OpenSSL::SSL::SSLServer. * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): use sync_close. * ext/openssl/sample/echo_svr.rb: use SSLServer. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d63631ce5..63c1ee6b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Tue Aug 19 07:47:09 2003 GOTOU Yuuzou + + * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as + a builtin. + + * ext/openssl/lib/openssl/buffering.rb (Buffering#close): ditto. + + * ext/openssl/lib/openssl/buffering.rb (Buffering#puts): should + add a return to the tails of each line. + + * ext/openssl/lib/openssl/ssl.rb: new class OpenSSL::SSL::SSLServer. + + * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): use sync_close. + + * ext/openssl/sample/echo_svr.rb: use SSLServer. + + * ext/openssl/sample/echo_cli.rb: add example of SSLSocket#sync_close. + Tue Aug 19 01:24:34 2003 Nobuyoshi Nakada * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standard -- cgit