Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: JRuby-OSSL 0.7.2
-
Fix Version/s: None
-
Component/s: OpenSSL
-
Labels:None
-
Number of attachments :
Description
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)
~/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"
>>
Waiting for 1.6.0 GA.