Re: TLS version in ssl protocol header

2013-05-02 Thread Jakob Bohm
On 5/2/2013 12:41 AM, Indtiny s wrote: Hi, Acutally I added ECC chiper suitesupport for the openssl 1.0.1c version for my requirement , I tried setting these options in 1.0.1c (SSL_OP_NO_TLSv1_1|SSL_OP_NO___TLSv1|SSL_OP_NO_SSLv3|SSL_OP___NO_SSLv2) . but did not work .. Is it not possible

Re: TLS version in ssl protocol header

2013-05-02 Thread Indtiny s
Hi, Actually I did not add my cipher to 1.0.1c such a way that it can be easily added to the new version of openssl . So it may kill my more time if I want to do the same changes in the 1.0.1e . So what do you suggest here ? adding my changes to new openssl or is there any work around ? Content

Re: TLS version in ssl protocol header

2013-05-02 Thread Jakob Bohm
On 5/2/2013 3:39 PM, Indtiny s wrote: Hi, Actually I did not add my cipher to 1.0.1c such a way that it can be easily added to the new version of openssl . So it may kill my more time if I want to do the same changes in the 1.0.1e . So what do you suggest here ? adding my changes to new openssl

Re: TLS version in ssl protocol header

2013-05-02 Thread Dr. Stephen Henson
On Tue, Apr 30, 2013, Indtiny s wrote: 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

Re: TLS version in ssl protocol header

2013-05-02 Thread Dr. Stephen Henson
On Thu, May 02, 2013, Dr. Stephen Henson wrote: On Tue, Apr 30, 2013, Indtiny s wrote: 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

Re: TLS version in ssl protocol header

2013-05-01 Thread Indtiny s
Hi, Acutally I added ECC chiper suitesupport for the openssl 1.0.1c version for my requirement , I tried setting these options in 1.0.1c (SSL_OP_NO_TLSv1_1|SSL_OP_NO_**T LSv1|SSL_OP_NO_SSLv3|SSL_OP_**NO_SSLv2) . but did not work .. Is it not possible to set this in 1.0.1c .? Content Type:

TLS version in ssl protocol header

2013-04-30 Thread Indtiny s
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

Re: TLS version in ssl protocol header

2013-04-30 Thread Jakob Bohm
On 5/1/2013 3:55 AM, Indtiny s wrote: 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