index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
net
/
http
/
test_https.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/net/http/test_https.rb: The test logic was buggy
Yusuke Endoh
2020-09-24
1
-4
/
+4
*
test/net/http/test_https.rb: the order of verify_callback seems to vary
Yusuke Endoh
2020-09-24
1
-4
/
+4
*
test/net/http/test_https.rb: Stop the error due to openssl 1.1.1h
Yusuke Endoh
2020-09-24
1
-4
/
+8
*
[ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+
Jeremy Evans
2020-08-03
1
-0
/
+8
*
[ruby/net-http] Switch invalid server name format
Jeremy Evans
2020-08-03
1
-5
/
+5
*
Fixed FD leak
Nobuyoshi Nakada
2020-03-04
1
-0
/
+2
*
Promote net-http to the default gems.
Hiroshi SHIBATA
2020-02-21
1
-5
/
+5
*
Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)
Yuta Iwama
2020-01-23
1
-0
/
+23
*
fix ipaddr parameter of Net::HTTP.start to support proxy
NARUSE, Yui
2019-12-10
1
-0
/
+39
*
test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settings
Yusuke Endoh
2019-12-10
1
-10
/
+12
*
Add ipaddr optional parameter to Net::HTTP#start
NARUSE, Yui
2019-12-09
1
-0
/
+31
*
net/http, net/ftp: skip SSL/TLS session resumption tests
rhe
2018-08-09
1
-0
/
+7
*
net/http, net/ftp: fix session resumption with TLS 1.3
rhe
2018-08-08
1
-25
/
+10
*
openssl: revert changes in SSLContext#{min,max}_version= in r60310
rhe
2017-11-25
1
-2
/
+2
*
OpenSSL may show the different error message
naruse
2017-10-23
1
-1
/
+2
*
ignore server side error
naruse
2017-10-21
1
-1
/
+1
*
Revert "ignore server side error"
naruse
2017-10-21
1
-1
/
+1
*
ignore server side error
naruse
2017-10-21
1
-1
/
+1
*
fic expected error message
naruse
2017-10-21
1
-2
/
+2
*
Introduce Net::HTTP#min_version/max_version [Feature #9450]
naruse
2017-10-21
1
-0
/
+28
*
net/http: don't use OpenSSL::TestUtils from test code
rhe
2016-11-29
1
-24
/
+23
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
test_https.rb: skip old OpenSSL
nobu
2014-12-13
1
-1
/
+1
*
* test/net/http/test_https.rb
usa
2014-12-09
1
-4
/
+8
*
add test for r48563
naruse
2014-11-26
1
-0
/
+32
*
* test/webrick: Store log in an array.
akr
2014-11-09
1
-1
/
+4
*
* test/net/http: Examine webrick log.
akr
2014-11-09
1
-0
/
+1
*
suppress warnings
naruse
2014-08-05
1
-1
/
+1
*
Close FDs.
akr
2014-05-30
1
-0
/
+1
*
* test/net/http/utils.rb (spawn_server): Specify zero for port to
akr
2013-11-19
1
-1
/
+0
*
Use 0 as port like #6766 [Bug #6959]
naruse
2012-09-01
1
-1
/
+1
*
* test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...
shyouhei
2012-07-26
1
-0
/
+2
*
* lib/net/http.rb: Added SSL session reuse across connections for a
drbrain
2012-07-25
1
-0
/
+23
*
* test/net/http/test_https.rb: update test for r35494
ayumin
2012-04-30
1
-1
/
+1
*
* lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Error
drbrain
2012-02-28
1
-1
/
+1
*
* lib/net/http.rb: Retry HTTP requests for additional network errors.
drbrain
2012-02-28
1
-3
/
+3
*
* test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...
shyouhei
2011-08-01
1
-1
/
+1
*
Fix tests.
naruse
2011-02-19
1
-1
/
+1
*
* lib/net/http.rb (Net::HTTP#connect): makes it timeout during
yugui
2011-01-12
1
-0
/
+22
*
* test/net/http/test_https.rb: As always, localhost is not
shyouhei
2010-09-27
1
-1
/
+11
*
* test/net/http/test_https.rb (test_identity_verify_failure): follows
nahi
2010-09-09
1
-1
/
+1
*
* test/net/http/test_https.rb: should rescue LoadError.
gotoyuzo
2007-12-23
1
-3
/
+3
*
* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.
gotoyuzo
2007-12-22
1
-1
/
+1
*
* lib/net/http.rb (Net::HTTP#connect): use
gotoyuzo
2007-12-20
1
-0
/
+97