<p dir="ltr">Hi Team,</p>
<p dir="ltr">I am trying to retrieve client SSL protocol version in case of handshake failure on server side but couldn't get actual protocol version.</p>
<p dir="ltr">Eg: <br>
Server supports TLSv1.1 and client supports SSLv3.<br>
When I query from client and try to decrypt client protocol it shows TLSv1.2 but it should give SSLv3 as client protocol.</p>
<p dir="ltr">I am using SSL_get_version() to get client protocol.<br></p>
<p dir="ltr">How can I get actual protocol sent by client at server side...?</p>
<p dir="ltr">Thanks,<br>
Gagandeep Singh Panesar</p>