Cipher#name should return SN(short name) of OpenSSL (uppercase in general)
--------------------------------------------------------------------------

                 Key: JRUBY-5125
                 URL: http://jira.codehaus.org/browse/JRUBY-5125
             Project: JRuby
          Issue Type: Bug
          Components: OpenSSL
    Affects Versions: JRuby-OSSL 0.7.1
         Environment: any
            Reporter: Hiroshi Nakamura
            Assignee: Hiroshi Nakamura


{noformat}
0% jruby -ropenssl -e 'p OpenSSL::Cipher::Cipher.new("rc4").name'
"rc4"
0% ruby -ropenssl -e 'p OpenSSL::Cipher::Cipher.new("rc4").name' 
"RC4"
{noformat}

-- 
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


Reply via email to