1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
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
..
http Revert "lib/net/http/response.rb: support raw deflate correctly" 2019-12-16 23:39:10 +09:00
pop Fixed test failure related Net::Protocol 2019-11-07 17:09:22 +09:00
smtp Fixed test failure related Net::Protocol 2019-11-07 17:09:22 +09:00
ftp.rb Fixed misspellings 2019-12-20 12:19:45 +09:00
http.rb Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858) 2020-01-23 17:23:17 +09:00
https.rb Fix up r65505 [ci skip] 2018-11-05 07:01:49 +00:00
imap.rb lib/net/imap.rb: use &blk instead of Kernel#proc with no block 2020-01-09 08:21:42 +09:00
pop.rb Promote net-pop to default gems 2019-11-07 16:36:14 +09:00
protocol.rb Fix keyword argument separation issues in lib 2019-08-30 12:39:31 -07:00
smtp.rb Warn on access/modify of $SAFE, and remove effects of modifying $SAFE 2019-11-18 01:00:25 +02:00