Currently, SSLContext.addCipher only makes allowances for "ADH".
Description
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".