Hi, I am trying to use the "EXP1024-RC4-SHA" cipher. But I am getting errors. The following is what I have done,
1. Dowloaded 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 get the follwoing 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 Mari-10 wrote: > > *Kyle and Dave, good afternoon!* > > > I need to say *Thanks a lot to your help*. I change the file : *tls1.h* > and > the ciphers was enabled. > "#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 1" > > We are doing tests, when we finish I tell to everybody the results! > > Dave, I will answer your questions tomorrow... > > Again, > > Thanks a lot! > * > Best Regards, > Mariana Hoffart Dias* > > -- View this message in context: http://old.nabble.com/Enable-A-Individual-Cipher-tp25819295p32421653.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org