Recent jopenssl cipher fixes broken test/test_openssl
-----------------------------------------------------

                 Key: JRUBY-2187
                 URL: http://jira.codehaus.org/browse/JRUBY-2187
             Project: JRuby
          Issue Type: Bug
          Components: OpenSSL
            Reporter: Charles Oliver Nutter
            Assignee: Ola Bini
            Priority: Blocker


Recent fixes fo JOpenSSL cipher appear to have broken tests in 
test/test_openssl:

{noformat}
/Users/headius/NetBeansProjects/jruby/bin/jruby -w -Ilib:ext:bin:test -e 
'require "test/test_openssl.rb"; require "test/unit"' 
Loaded suite -e
Started
.java.security.InvalidKeyException: Illegal key size or default parameters
        at javax.crypto.Cipher.a(DashoA13*..)
        at javax.crypto.Cipher.init(DashoA13*..)
        at javax.crypto.Cipher.init(DashoA13*..)
        at org.jruby.ext.openssl.Cipher.doInitialize(Cipher.java:474)
        at org.jruby.ext.openssl.Cipher.pkcs5_keyivgen(Cipher.java:457)
        at org.jruby.ext.openssl.CipherInvoker$pkcs5_keyivgen_Fopt.call(Unknown 
Source)
        at 
org.jruby.runtime.callback.FastInvocationCallback.execute(FastInvocationCallback.java:55)
        at 
org.jruby.internal.runtime.methods.SimpleCallbackMethod.call(SimpleCallbackMethod.java:67)
        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)
        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:101)
        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:236)
        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:657)
        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)
        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)
        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)
        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)
        at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150)
        at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:115)
        at org.jruby.runtime.Block.yield(Block.java:109)
        at org.jruby.RubyArray.each(RubyArray.java:1184)
        at org.jruby.RubyArrayInvoker$each_method_0_0.call(Unknown Source)
{noformat}

This prevents building the gem.

-- 
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