Created
January 25, 2013 06:31
-
-
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!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that --2.0 is only needed because we're running tests from MRI trunk and they use kwargs in a few places.