From fd6107a292bd1a2ce2890d57e1181895d3e95221 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 12 Feb 2005 05:01:18 +0000 Subject: * lib/open-uri.rb: support https if the platform provides CA certificates. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0261e232a..fbd1b83c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 12 13:54:03 2005 Tanaka Akira + + * lib/open-uri.rb: support https if the platform provides CA + certificates. + Fri Feb 11 17:40:42 2005 GOTOU Yuuzou * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths): -- cgit