Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ jruby -v jruby 9.1.5.0 (2.3.1) 2016-09-07 036ce39 Java HotSpot(TM) 64-Bit Server VM 25.102-b14 on 1.8.0_102-b14 +jit [linux-x86_64]
$ uname -a Linux localhost 4.7.5-pclos1 #1 SMP Sun Sep 25 17:05:47 CDT 2016 x86_64 x86_64 x86_64 GNU/Linux
> require 'openssl' > 5.to_bn.prime? => true > -5.to_bn.prime? => false
> require 'openssl' > 5.to_bn.prime? => true > -5.to_bn.prime? => true -- should be false, this is an error for all negative primes
The text was updated successfully, but these errors were encountered:
Seems legit. Normally I'd ask you to re-file at jruby/jruby-openssl but this seems pretty trivial.
Sorry, something went wrong.
@kares @mkristian Any reason we couldn't put out a jruby-openssl release right now?
jruby/jruby-openssl@2678bab
This is fixed in jruby-openssl and just needs releases.
Oh...we need tests for this. Want to PR something quick for jruby/jruby-openssl?
this actually isn't in 9.1.6.0 unless gem install jruby-openssl, updated gem (0.9.18) should be in 9.1.7.0
gem install jruby-openssl
No branches or pull requests
Environment
$ jruby -v
jruby 9.1.5.0 (2.3.1) 2016-09-07 036ce39 Java HotSpot(TM) 64-Bit Server VM 25.102-b14 on 1.8.0_102-b14 +jit [linux-x86_64]
$ uname -a
Linux localhost 4.7.5-pclos1 #1 SMP Sun Sep 25 17:05:47 CDT 2016 x86_64 x86_64 x86_64 GNU/Linux
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: