Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * sample/openssl: added. Sample of standard distribution library should be | nahi | 2003-09-04 | 1 | -37/+0 |
| | | | | | | | | | locate in sample/{module_name}/*. * ext/openssl/sample/*: removed. move to sample/openssl/*. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as | gotoyuzo | 2003-08-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | * ext/openssl: imported. | gotoyuzo | 2003-07-23 | 1 | -0/+36 |
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |