Hi,
I am trying to use EXPORT1024 ciphers (e.g., "EXP1024-RC4-SHA") in my application. But I am unable to set them in the client. The following is what I have done, 1. Downloaded openssl-1.0.0d 2. Modified ssl/tls1.h and changed the value of TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES to 1 3. ./config enable-TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 4. make && make test 5. make install 6. openssl ciphers -v But this list does not show any EXPORT1024 ciphers. Also when I try to use, 'openssl s_client -cipher EXP1024-RC4-SHA', I got the following error, error setting cipher list 19359:error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher match:ssl_lib.c:1204: Can anyone please help me. Thanks in advance, Rajib