1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/openssl/lib/openssl
gotoyuzo 4f04f0372b * 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/trunk@13499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-09-23 22:21:18 +00:00
..
bn.rb * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
buffering.rb * ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write): 2005-09-04 22:03:24 +00:00
cipher.rb * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
digest.rb * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ssl.rb * lib/net/http.rb: an SSL verification (the server hostname should 2007-09-23 22:21:18 +00:00
x509.rb * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional 2004-09-13 12:35:25 +00:00