Is there any opportunity to set different cipher suits for different versions of TLS?

2013-12-28 Thread Vladimir Belov
Hi, For example, I want to exclude wholly RC4 cipher suits for TLS 1.2/1.1 and leave them only for =TLS 1.0 The reason is the same BEAST. But if we have only one string with cipher suits we can't do this because we need RC4 for TLS 1.0 and lower. --- Regards

Cipher suits

2010-04-08 Thread Sad Clouds
Greetings, I'm trying to develop a simple SSL module for a web server. I don't have much experience with cryptography and OpenSSL, so I am bit confused about various combinations of cipher suits when performing key exchange and authentication. 1. I assume RSA key exchange and authentication