jruby / jruby-ossl

DEFUNCT, new repository at:
https://github.com/jruby/jruby-openssl
47 stars 19 forks source link

Added support for the Java cacerts trust anchors #26

Closed ptoomey3 closed 12 years ago

ptoomey3 commented 12 years ago

This patch adds support for reading the Java cacerts keystore to import the default trust anchors using the set_default_paths API. This patch addresses the problem discussed here: http://jira.codehaus.org/browse/JRUBY-6140

ptoomey3 commented 12 years ago

In discussions with some coworkers it sounds like this patch may be best delivered directly to the JRuby project, since jruby-ossl is being incorporated directly in the next release. I'll resubmit this pull request to JRuby directly.

ptoomey3 commented 12 years ago

I have moved this pull request to the main jruby project: https://github.com/jruby/jruby/pull/295