public
Description: JRuby's OpenSSL implementation
Homepage: www.jruby.org
Clone URL: git://github.com/jruby/jruby-openssl.git
commit  793968aea9bc9255d6fa43217786552906239a32
tree    8a425086b0599f39da4884d2ffcde9a3d8db66d3
parent  5eeee02a5f49bcf9777ca2412302f0c0944d7bc0
name age message
file .gitignore Mon May 25 13:38:40 -0700 2009 Add a dummy spec and commit lib/jopenssl.jar to... [headius]
file History.txt Thu Aug 20 11:18:25 -0700 2009 Update history for 0.5.2. [headius]
file License.txt Fri Dec 14 00:00:30 -0800 2007 More release preparations git-svn-id: svn+ssh... [nicksieger]
file README.txt Mon Mar 17 14:23:07 -0700 2008 Update history with last fix and README so hoe ... [nicksieger]
file Rakefile Tue May 05 11:10:59 -0700 2009 Remove rdoc_pattern from Rakefile since hoe doe... [headius]
file build.properties.SAMPLE Fri Dec 14 00:45:53 -0800 2007 Bring back ant files; makes working in an IDE e... [nicksieger]
file build.xml Mon Feb 11 05:23:36 -0800 2008 Fix for JRUBY-1100, truncate IV if it's too lon... [olabini]
directory lib/ Wed Oct 28 11:47:54 -0700 2009 Remove gemspec and jar originally used for gith... [headius]
directory mocha/ Mon Jul 21 11:41:43 -0700 2008 Add mocha so that things can be tested in a san... [olabini]
directory nbproject/ Wed Feb 18 12:37:31 -0800 2009 Remove nbproject/private from version control. [Charles Nutter]
directory src/ Loading commit data...
directory test/
README.txt
= JRuby-OpenSSL

* http://jruby-extras.rubyforge.org/jruby-openssl

== DESCRIPTION:

JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.

JRuby offers *just enough* compatibility for most Ruby applications that use OpenSSL. 

Libraries that appear to work fine:

    Rails, Net::HTTPS

Notable libraries that do *not* yet work include:

    Net::SSH, Net::SFTP, etc.

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

[1]: http://xircles.codehaus.org/projects/jruby/lists

[2]: http://jira.codehaus.org/browse/JRUBY