Let jruby-openssl gem depends on Maven version of BouncyCastle
--------------------------------------------------------------

                 Key: JRUBY-5328
                 URL: http://jira.codehaus.org/browse/JRUBY-5328
             Project: JRuby
          Issue Type: Improvement
          Components: OpenSSL
    Affects Versions: JRuby-OSSL 0.7.2
            Reporter: Hiroshi Nakamura
            Assignee: Hiroshi Nakamura


JRuby 1.6 includes maven gem support. Once it gets solid, jruby-openssl gem 
should depend on that.

Here's what we want to see: https://gist.github.com/774183 (transcript by 
Charles)
{noformat}
~/projects/jruby ➔ gem install bouncycastle:bcprov-jdk15
Successfully installed bouncycastle.bcprov-jdk15-140.0.0-java
1 gem installed

~/projects/jruby ➔ jirb
>> require 'maven/bouncycastle/bcprov-jdk15'
=> true
>> require 'java'
=> true
>> java.security.Security.add_provider(org.bouncycastle.jce.provider.BouncyCastleProvider.new)
=> 11
>> p java.security.MessageDigest.get_instance("1.3.14.3.2.26", "BC").algorithm
"SHA-1"
=> "SHA-1"
>> 
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to