History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRUBY-1307
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Ola Bini
Reporter: Robert Egglestone
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JRuby

Support OpenSSL cipher strings

Created: 03/Sep/07 06:41 PM   Updated: 14/Aug/08 04:51 AM
Component/s: OpenSSL
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
httpclient/http-access uses a cipher string of "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH", which returns no ciphers in jopenssl.

A full list of possible cipher strings and there meanings is available from OpenSSL:
http://www.openssl.org/docs/apps/ciphers.html#CIPHER_STRINGS

Currently, SSLContext.addCipher only makes allowances for "ADH".



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ola Bini - 13/Aug/08 11:24 AM
A more or less full implementation of these strings have been added to OpenSSL trunk.