Hi, I have compiled libcurl with openssl , When I tried for some TLS handshake .
In the Clinet hello . Content Type: Handshake (22)*Version: TLS 1.0 (0x0301)* Handshake Protocol: Client Hello Handshake Type: Client Hello (1) Version: TLS 1.2 (0x0303) Due to some requirment , server looks for the same version as well, I need to send a Clinet hello as below Content Type: Handshake (22)*Version: TLS 1.2 (0x0303)* Handshake Protocol: Client Hello Handshake Type: Client Hello (1) Version: TLS 1.2 (0x0303) How to set the openssl to send a hello packet as above ..?