PKCS7#sign failed for DES3 cipher algorithm
-------------------------------------------
Key: JRUBY-4379
URL: http://jira.codehaus.org/browse/JRUBY-4379
Project: JRuby
Issue Type: Bug
Components: OpenSSL
Affects Versions: JRuby-OpenSSL 0.6
Reporter: Hiroshi Nakamura
Assignee: Hiroshi Nakamura
(Direct mail from an user)
I'm using XXX under ruby MRI but I can't do the same under jruby_openssl
because it doesn't support DES3 cipher algorithm.
Example using jirb:
{noformat}
require "openssl"
=> true
OpenSSL::Cipher::Cipher::new("DES3")
LoadError: unsupported cipher algorithm (DES3/CBC/PKCS5Padding)
from (irb):3
{noformat}
Do you know if/how can I use XXX under jruby (using DES3 cipher algorithm ?)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email