On 16 December 2014 at 10:53, wrote:
>
> But when I check the "Client Hello" packet, 2 cipher suites are going
>
> Can any one tell me why this 0x00FF cipher suite is going in ClientHello?
>
> I want to block this Unknown cipher (0x00FF) going to server during
> handshake.
>
> Can anyone help me
Hi,
I am setting SSL client method as SSLv23_Client_method().
And i set the cipher suite using SSL_CTX_set_cipher_list() with cipher name as
"RC4-MD5".
But when I check the "Client Hello" packet, 2 cipher suites are going
1. TLS_RSA_WITH_RC4_128_MD5 (0x0004)
2. Unknown (0x00FF)
Can any