1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/openssl/lib/net
gotoyuzo ba64282cdc * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-08-18 22:49:48 +00:00
..
ftptls.rb * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
https.rb * ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError if 2003-07-28 19:06:31 +00:00
protocols.rb * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as 2003-08-18 22:49:48 +00:00
telnets.rb * ext/openssl: imported. 2003-07-23 16:12:24 +00:00