1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/net/http
gotoyuzo 40aa32a0d7 * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.
* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext#set_params):
  new method to set suitable SSL parameters.

* lib/net/pop.rb, lib/net/http.rb, lib/net/imap.rb, 
  test/openssl/test_ssl.rb: follow above change.

* test/net/http/test_https.rb: refine error case.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-12-22 08:31:53 +00:00
..
test_http.rb * test/net/http/utils.rb: split TestNetHTTPUtils module from 2007-12-18 14:46:52 +00:00
test_httpheader.rb merge test cases with Ruby 1.8 2006-07-26 13:23:40 +00:00
test_https.rb * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. 2007-12-22 08:31:53 +00:00
test_https_proxy.rb catch EOFError in a thread. 2007-12-15 11:12:20 +00:00
utils.rb * lib/net/http.rb (Net::HTTP#connect): use 2007-12-20 16:21:22 +00:00