Re: [openssl-users] Problem getting actual Client protocol version on server side

2016-02-24 Thread Viktor Dukhovni
On Thu, Feb 25, 2016 at 12:33:32AM +0530, Gagandeep Singh Panesar wrote: > I am trying to retrieve client SSL protocol version in case of handshake > failure on server side but couldn't get actual protocol version. > > Eg: > Server supports TLSv1.1 and client supports SSLv3. > When I query from c

Re: [openssl-users] Problem getting actual Client protocol version on server side

2016-02-24 Thread Gagandeep Singh Panesar
So is there any way of identifying client protocol info at server side. I want to log why handshake failed at server side. On Feb 25, 2016 12:36 AM, "Salz, Rich" wrote: > > How can I get actual protocol sent by client at server side...? > > If the handshake fails, the server doesn't send a versio

Re: [openssl-users] Problem getting actual Client protocol version on server side

2016-02-24 Thread Salz, Rich
> How can I get actual protocol sent by client at server side...? If the handshake fails, the server doesn't send a version. -- Senior Architect, Akamai Technologies IM: richs...@jabber.at Twitter: RichSalz -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/

[openssl-users] Problem getting actual Client protocol version on server side

2016-02-24 Thread Gagandeep Singh Panesar
Hi Team, I am trying to retrieve client SSL protocol version in case of handshake failure on server side but couldn't get actual protocol version. Eg: Server supports TLSv1.1 and client supports SSLv3. When I query from client and try to decrypt client protocol it shows TLSv1.2 but it should give