aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_https.rb
Commit message (Expand)AuthorAgeFilesLines
* net/http: don't use OpenSSL::TestUtils from test coderhe2016-11-291-24/+23
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_https.rb: skip old OpenSSLnobu2014-12-131-1/+1
* * test/net/http/test_https.rbusa2014-12-091-4/+8
* add test for r48563naruse2014-11-261-0/+32
* * test/webrick: Store log in an array.akr2014-11-091-1/+4
* * test/net/http: Examine webrick log.akr2014-11-091-0/+1
* suppress warningsnaruse2014-08-051-1/+1
* Close FDs.akr2014-05-301-0/+1
* * test/net/http/utils.rb (spawn_server): Specify zero for port toakr2013-11-191-1/+0
* Use 0 as port like #6766 [Bug #6959]naruse2012-09-011-1/+1
* * test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...shyouhei2012-07-261-0/+2
* * lib/net/http.rb: Added SSL session reuse across connections for adrbrain2012-07-251-0/+23
* * test/net/http/test_https.rb: update test for r35494ayumin2012-04-301-1/+1
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-281-1/+1
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-281-3/+3
* * test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei2011-08-011-1/+1
* Fix tests.naruse2011-02-191-1/+1
* * lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui2011-01-121-0/+22
* * test/net/http/test_https.rb: As always, localhost is notshyouhei2010-09-271-1/+11
* * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi2010-09-091-1/+1
* * test/net/http/test_https.rb: should rescue LoadError.gotoyuzo2007-12-231-3/+3
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-1/+1
* * lib/net/http.rb (Net::HTTP#connect): usegotoyuzo2007-12-201-0/+97