diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-20 16:21:22 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-20 16:21:22 +0000 |
| commit | 59a8f7d443822f9f5470f3d641e9f99ec4708eb7 (patch) | |
| tree | 3e7fe138ecb67bb2e2a9e520b373d420b315e147 /ChangeLog | |
| parent | 3531114afb6671fac16010b059cba09aba926da6 (diff) | |
| download | ruby-59a8f7d443822f9f5470f3d641e9f99ec4708eb7.tar.gz ruby-59a8f7d443822f9f5470f3d641e9f99ec4708eb7.tar.xz ruby-59a8f7d443822f9f5470f3d641e9f99ec4708eb7.zip | |
* lib/net/http.rb (Net::HTTP#connect): use
OpenSSL::SSL::SSLContext.build instead of SSLContext.new (default
verify mode is now OpenSSL::SSL::VERIFY_PEER).
* lib/net/https.rb: SSL parameters are defined by attr_accessor.
* test/net/http/test_https.rb: add test for HTTPS features.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Fri Dec 21 01:20:56 2007 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/net/http.rb (Net::HTTP#connect): use + OpenSSL::SSL::SSLContext.build instead of SSLContext.new (default + verify mode is now OpenSSL::SSL::VERIFY_PEER). + + * lib/net/https.rb: SSL parameters are defined by attr_accessor. + + * test/net/http/test_https.rb: add test for HTTPS features. + Fri Dec 21 01:11:37 2007 GOTOU Yuuzou <gotoyuzo@notwork.org> * io.c (select_internal): should return original value. |
