HI , 

            I am running ssl3 session initiated by sslv2  Client HELLO with 
cipher suite set RSA_AES256_CBC_SHA

And i am using this method 

            ctx = SSL_CTX_new(SSLv23_client_method());

            The SSL Handsheke is successful but there is some problem in data 
exchange (By looking the ethereal Trace ).

 And if I set this option 

                                    SSL_CTX_set_options(ctx, SSL_OP_ALL);

            Then ssl Handsheke is only failing 

Question: 

 My question is whether this cipher suite RSA_AES256_CBC_SHA is supported for 
ssl3 via sslv2 or not ?

i red it from web that ssl3 doesnt support the cipher RSA_AES256_CBC_SHA, and  
it is suported only for TLS , is it true ? 

If not supported then why ssl handshake is successful ?

 Let me get  please clarify on this ..

 Looking forward to ur reply  

 

Thanx and regards 

Raghvendra S

Reply via email to