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/http
Yuta Iwama be6931f7f7 Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)
According to https://github.com/ruby/openssl/pull/60,

> Currently an user who wants to do the hostname verification needs to
call SSLSocket#post_connection_check explicitly after the TLS connection
is established.

if an user who wants to skip the hostname verification,
SSLSocket#post_connection_check doesn't need to be called

https://bugs.ruby-lang.org/issues/16555
2020-01-23 17:23:17 +09:00
..
test_buffered_io.rb
test_http.rb test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settings 2019-12-10 09:41:33 +09:00
test_http_request.rb Adding missing test for Net::HTTPGenericRequest initializer (#1835) 2019-08-16 01:38:46 +09:00
test_httpheader.rb Show the caller's location 2019-07-24 00:26:28 +09:00
test_httpresponse.rb Revert "lib/net/http/response.rb: support raw deflate correctly" 2019-12-16 23:39:10 +09:00
test_httpresponses.rb
test_https.rb Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858) 2020-01-23 17:23:17 +09:00
test_https_proxy.rb
utils.rb test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settings 2019-12-10 09:41:33 +09:00