Hello All, I have a question about what ciphers to use in an export ready app.
In my client I am doing the following: char* sipher_list = "EXP1024-DHE-DSS-RC4-SHA+EXP1024-RC4-SHA+EXP1024-DHE-DSS-DES-CBC-SHA+EXP1024-DES-CBC-SHA+EXP1024-RC2-CBC-MD5+EXP1024-RC4-MD5+EXP-EDH-RSA-DES-CBC-SHA+EXP-EDH-DSS-DES-CBC-SHA+EXP-DES-CBC-SHA+EXP-RC2-CBC-MD5+EXP-RC4-MD5+EXP-RC2-CBC-MD5+EXP-RC4-MD5"; SSL_CTX_set_cipher_list(ctx,sipher_list); I then watch the connection and it picks one of these ciphers and conducts the interaction successfully. My question is do I need to do any more than use one of these ciphers? I was also thinking of doing some stuff on the server, but for now I'll let the client pick until I figure a better way to check client location from the server. Does any one have suggestions as to what I should do? Thank you Vincent Toms ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]