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 <[email protected]>wrote: > 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 project core developer. > Commercial tech support now available see: http://www.openssl.org > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [email protected] > Automated List Manager [email protected] > -- Adriano Godinho
