On Fri, Sep 9, 2011 at 7:18 AM, Kanchan <kanchans...@gmail.com> wrote: > I got an error " Error setting cipher list " on following ciphers > > EXP1024-RC4-MD5 > EXP1024-RC2-CBC-MD5 > EXP1024-DES-CBC-SHA > EXP1024-RC4-SHA > EXP-DH-RSA-DES-CBC-SHA You can find a list of the ciphers supported by OpenSSL with the `openssl ciphers` command.
There's also a list at the ciphers(1) docs: https://www.openssl.org/docs/apps/ciphers.html. Here's from the webpage: TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 EXP-ADH-RC4-MD5 TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA EXP-ADH-DES-CBC-SHA TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA EXP1024-DES-CBC-SHA TLS_RSA_EXPORT1024_WITH_RC4_56_SHA EXP1024-RC4-SHA TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA EXP1024-DHE-DSS-DES-CBC-SHA TLS_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA EXP1024-DHE-DSS-RC4-SHA TLS_DHE_DSS_WITH_RC4_128_SHA DHE-DSS-RC4-SHA Jeff ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org