From 25996d294dc6c1f30632b6efb8fe172c519e2481 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 16 Mar 2007 13:32:41 +0000 Subject: * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY_NONE because most POPS server does not have true certification. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb6f343aa..d3dac8535 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Mar 16 22:32:20 2007 Minero Aoki + + * lib/net/pop.rb: change default verification mode from + VERIFY_PEER to VERIFY_NONE because most POPS server does not have + true certification. + Fri Mar 16 22:19:24 2007 Masaki Suketa * ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize, -- cgit