Re: Disabling TLS1.2 and TLS1.1

2012-04-28 Thread Adriano B. Godinho
Thanks Steve, I changed the s23_clnt.c file in order to remove the TLS1.2 and TLS1.1 from ssl23_client_hello function. It solved my problem. On Fri, Apr 27, 2012 at 2:32 PM, Dr. Stephen Henson wrote: > On Thu, Apr 26, 2012, Adriano Godinho wrote: > > > Hi, > > > > Is there some way to disable TL

Re: Disabling TLS1.2 and TLS1.1

2012-04-27 Thread Dr. Stephen Henson
On Thu, Apr 26, 2012, Adriano Godinho wrote: > Hi, > > Is there some way to disable TLS1.2 and TLS1.1 at build time in OpenSSL > 1.0.1b? > There isn't a standard build option but it is possible by modifying the source and adding the appropriate flags. Steve. -- Dr Stephen N. Henson. OpenSSL pr

Disabling TLS1.2 and TLS1.1

2012-04-26 Thread Adriano Godinho
Hi, Is there some way to disable TLS1.2 and TLS1.1 at build time in OpenSSL 1.0.1b? Thanks, -- Adriano Godinho