aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/smtp/test_ssl_socket.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/net-smtp] TLS should not check the host name by default.TOMITA Masahiro2020-09-141-1/+3
* lib/net/smtp.rb: Specify frozen_string_literal: true.kazu2017-01-121-1/+1
* * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo2016-11-051-0/+5
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* use assert_raisenobu2015-06-021-3/+3
* * test/net/smtp/test_ssl_socket.rb: fix dependency.nobu2011-01-151-1/+2
* * lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove2010-12-221-0/+90