diff options
| author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 06:03:20 +0000 |
|---|---|---|
| committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 06:03:20 +0000 |
| commit | 39835ca592230a49906f137827865d3bd81e2012 (patch) | |
| tree | f12627ba617045441866bdd2ce466e6a54090f9f /ChangeLog | |
| parent | 781f6929d47a5fd4981a9e0eacfd3a0a0fea90c7 (diff) | |
| download | ruby-39835ca592230a49906f137827865d3bd81e2012.tar.gz ruby-39835ca592230a49906f137827865d3bd81e2012.tar.xz ruby-39835ca592230a49906f137827865d3bd81e2012.zip | |
* lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.build
instead of SSLContext.new (default verify mode is now
OpenSSL::SSL::VERIFY_PEER).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sat Dec 22 15:01:16 2007 Shugo Maeda <shugo@ruby-lang.org> + + * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.build + instead of SSLContext.new (default verify mode is now + OpenSSL::SSL::VERIFY_PEER). + Sat Dec 22 14:45:21 2007 Tadayoshi Funaba <tadf@dotrb.org> * lib/date.rb: shouldn't freeze nil. [ruby-dev:32677] |
