Skip to content

Instantly share code, notes, and snippets.

@headius
Created January 25, 2013 06:31
Show Gist options
  • Save headius/4632203 to your computer and use it in GitHub Desktop.
Save headius/4632203 to your computer and use it in GitHub Desktop.
Using Martin Bosslet's "krypt" library to support PKCS5. The future is now!
ext-jruby-local ~/projects/jruby $ jruby --2.0 --version
jruby 1.7.3.dev (2.0.0dev) 2013-01-24 0a82737 on Java HotSpot(TM) 64-Bit Server VM 1.6.0_37-b06-434-11M3909 [darwin-x86_64]
ext-jruby-local ~/projects/jruby $ jruby --2.0 ../ruby/test/openssl/test_pkcs5.rb
Run options:
# Running tests:
......
Finished tests in 2.285000s, 2.6258 tests/s, 2.6258 assertions/s.
6 tests, 6 assertions, 0 failures, 0 errors, 0 skips
@headius
Copy link
Author

headius commented Jan 25, 2013

Note that --2.0 is only needed because we're running tests from MRI trunk and they use kwargs in a few places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment