Sha256: 6bbec3333035ed7c1b6f2c2968c9cdd4d60f3e08b5a986ff9f3535afce98c92d

Contents?: true

Size: 1.92 KB

Versions: 12

Compression:

Stored size: 1.92 KB

Contents

# JRuby-OpenSSL

[JRuby-OpenSSL](https://github.com/jruby/jruby-openssl) is an add-on gem for
[JRuby](http://jruby.org) that emulates the Ruby OpenSSL native library.

Under the hood uses the [Bouncy Castle Crypto APIs](http://www.bouncycastle.org/).

Please report bugs and incompatibilities (preferably with test-cases) to either
the JRuby [mailing list][1] or the [bug tracker][2].

## Compatibility

Since version **0.9.5** jruby-openssl aims to be compatible with all JRuby versions
**>= 1.6.8** (including 1.7 and 9k), if it's not we consider that a bug, report.

We currently (for 0.9.x) require the Bouncy Castle Java API to be **>= 1.47**,
for JRuby-OpenSSL gem <= 0.9.6 you also need to make sure BC jars **<= 1.50** !

## Testing

[![Build Status][0]](http://travis-ci.org/jruby/jruby-openssl)

    rake jar:all # creates pom.xml and generates jopenssl.jar under lib
    mvn test

will run (junit as well as ruby) tests and a some ruby tests against the default
jruby version. to pick a different version and/or modes (1.8, 1.9, 2.0, 2.1) run

    mvn test -Djruby.versions=1.7.12 -Djruby.modes=1.8

for running integration-tests the gem will be first installed and then the same
tests run for each possible bouncy-castle version (see [listing][3]), run with

    mvn verify -P test-1.6.8,test-1.7.13

or pick a bouncy-castle version

    mvn verify -P test-1.6.8 -Dbc.versions=1.50

or simply be more picky

    mvn verify -P test-1.7.4 -Dbc.versions=1.49 -Djruby.modes=1.9

NOTE: you can pick any jruby version which is on [central][4] or on [ci.jruby][5]

## License

(c) 2009-2015 JRuby distributed under EPL 1.0/GPL 2.0/LGPL 2.1

[0]: https://secure.travis-ci.org/jruby/jruby-openssl.png
[1]: http://xircles.codehaus.org/projects/jruby/lists
[2]: https://github.com/jruby/jruby/issues
[3]: https://github.com/jruby/jruby-openssl/tree/master/integration
[4]: http://central.maven.org/maven2/org/jruby/
[5]: http://ci.jruby.org/snapshots/maven/org.jruby/

Version data entries

12 entries across 11 versions & 3 rubygems

Version Path
jruby-openssl-0.9.13-java README.md
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/jruby-openssl-0.9.12-java/README.md
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/logstash-codec-json-2.0.3/vendor/gems/jruby-openssl-0.9.12-java/README.md
logstash-codec-json-2.0.3 vendor/gems/jruby-openssl-0.9.12-java/README.md
logstash-input-beats-0.9.2 vendor/jruby/1.9/gems/jruby-openssl-0.9.12-java/README.md
logstash-input-beats-0.9.1 vendor/jruby/1.9/gems/jruby-openssl-0.9.12-java/README.md
jruby-openssl-0.9.12-java README.md
jruby-openssl-0.9.11-java README.md
jruby-openssl-0.9.10-java README.md
jruby-openssl-0.9.9-java README.md
jruby-openssl-0.9.8-java README.md
jruby-openssl-0.9.7-java README.md