I am using OpenSSL 1.0.1e. I just wanted to know If SSL_CTX object uses SSLv23_method then client sends SSLv2 client-hello message. How can I send SSLv3 client-hello message by using the same connection method (SSLv23_method). I don't want to disable any protocol except SSLv2 & don't want to use SSLv3_method.
Any kind of help is appreciated. Regards, Sanju.