ruby--ruby/lib/net
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
..
.document
ftp.rb * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XX 2007-05-30 04:25:32 +00:00
http.rb * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. 2007-12-22 08:31:53 +00:00
https.rb * lib/net/http.rb (Net::HTTP#connect): use 2007-12-20 16:21:22 +00:00
imap.rb * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. 2007-12-22 08:31:53 +00:00
pop.rb * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. 2007-12-22 08:31:53 +00:00
protocol.rb * lib/net/protocol.rb (rbuf_read): extend buffer size for speed. 2007-03-19 02:27:08 +00:00
smtp.rb * eval.c (rb_f_send): allow send/__send__ to call methods of all 2007-11-04 20:36:20 +00:00
telnet.rb * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" in 2007-10-25 22:12:53 +00:00