From: Yui NARUSE Date: 2010-01-10T15:27:14+09:00 Subject: [ruby-core:27513] [Feature #2586] openssl: Load root certificates on Windows Feature #2586: openssl: Load root certificates on Windows http://redmine.ruby-lang.org/issues/show/2586 Author: Yui NARUSE Status: Assigned, Priority: Normal Assigned to: Evan Phoenix On Unix, ext/openssl can use the system's root certificates. But on Windows root certificates are not provided as files. By this patch, OpenSSL::X509::Store#set_default_paths can load root certificates bundled with Windows. ---------------------------------------- http://redmine.ruby-lang.org