jruby-ossl icon indicating copy to clipboard operation
jruby-ossl copied to clipboard

DEFUNCT, new repository at:

Results 10 jruby-ossl issues
Sort by recently updated
recently updated
newest added

in X509Cert.java line 303, set_serial makes a call to org.bouncycastle.x509.X509V3CertificateGenerator.setSerialNumber(BigInteger), which throws an exception if given a negative number. Sample stacktrace: Java::JavaLang::IllegalArgumentException (serial number must be a positive integer): org.bouncycastle.x509.X509V3CertificateGenerator.setSerialNumber(Unknown...

Methods are required to create a PKCS#7 degenerate structure which contains only certificates. This is basically the same that [openssl crl2pkcs7](http://www.openssl.org/docs/apps/crl2pkcs7.html) does. See also issue [JRUBY-6962](https://jira.codehaus.org/browse/JRUBY-6962).

Includes bug-fixes and implementation of an unimplemented method.

The case to handle content which has been encapsulated in a sequence has been in place already but wasn't implemented. The fix is inspired by Pull Request: https://github.com/jruby/jruby-ossl/pull/9. The test...

The MRI stdlib version of OpenSSL has PKCS12 support, but I don't see it in jruby-openssl.

When I upgraded from jruby-openssl 0.7.4 to 0.7.6.1 I started getting this error when trying to do file uploads to amazon s3 using the fog gem: https://gist.github.com/1694196

Not quite sure yet if this belongs here. Requests seem to hang over ssl when sending back data read from a file. The file contains a mix of single-byte UTF-8...

Hi, Here is what I found out when generating a OpenSSL::X509::Name instance. The "emailAddress" field is turned into "Email" which is not the same as RubySpec: ``` ruby >> dn...

(Also logged this here: http://jira.codehaus.org/browse/JRUBY-6346 -- wasn't sure the best place to put it) Mac OSX Lion, jruby 1.6.5.1, 1.9 mode, jruby-openssl 0.7.5.dev I have been intermittently seeing "SSLError: Socket...

When trying to retrieve a page from a SSL resource, the exception above is thrown, even though OpenSSL::SSL::VERIFY_NONE is set. Environment: OS X 10.6.6 $ jruby -v jruby 1.5.5 (ruby...