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
gotoyuzo 80865ba2db * lib/net/http.rb: an SSL verification (the server hostname should
be matched with its certificate's commonName) is added.
  this verification can be skipped by
  "Net::HTTP#enable_post_connection_check=(false)".
  suggested by Chris Clark <cclark at isecpartners.com>

* lib/net/open-uri.rb: use Net::HTTP#enable_post_connection_check to
  perform SSL post connection check.

* ext/openssl/lib/openssl/ssl.c
  (OpenSSL::SSL::SSLSocket#post_connection_check): refine error message.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@13500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-09-23 22:21:42 +00:00
..
ftp.rb * lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XX 2007-05-30 04:27:12 +00:00
http.rb * lib/net/http.rb: an SSL verification (the server hostname should 2007-09-23 22:21:42 +00:00
https.rb Revert r11453 2007-01-03 03:14:57 +00:00
imap.rb * lib/net/imap.rb (ResponseParser#next_token): fixed 2007-06-04 02:12:34 +00:00
pop.rb * lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-dev:26617] 2005-09-13 07:27:18 +00:00
protocol.rb * lib/net/protocol.rb (rbuf_read): extend buffer size for speed. 2007-03-19 02:39:22 +00:00
smtp.rb * lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-dev:26617] 2005-09-13 07:27:18 +00:00
telnet.rb * lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread with 2005-09-14 15:21:31 +00:00