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
shugo eb8c73adbc Support TLS and hash styles options for Net::FTP.new.
If the :ssl options is specified, the control connection is protected with
TLS in the manner described in RFC 4217.  Data connections are also
protected with TLS unless the :private_data_connection is set to false.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-11-19 02:29:23 +00:00
..
ftp Support TLS and hash styles options for Net::FTP.new. 2016-11-19 02:29:23 +00:00
http Fix undefined method 'dump' for nil:NilClass (NoMethodError) 2016-11-08 20:25:44 +00:00
imap * test/net/imap/test_imap.rb (test_idle_timeout): Because of the 2016-03-07 23:22:49 +00:00
pop Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
protocol Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
smtp Extend Net::HTTP#open_timeout for chkbuild on Solaris 10s. 2016-11-07 06:57:14 +00:00