views:

13

answers:

0

Hi,

I am getting a Client Hello message from the Client during handshake and after that Server is not able to respond back with Server Hello message. The server will send this message (ServerHello) in response to a ClientHello message when it was able to find an acceptable set of algorithms.If it cannot find such a match, it will respond with a handshake failure alert. in my case it is errSSLConnectionAbort error. I would like to check the Client supported set of algorithms with help of Client hello message.

Do we have any support for that on Mac to reverse engineer the Client hello message?

Thanks, Apparao