On Thu, Oct 10, 2013, Anil Kumar K K wrote:

> Hi OpenSSL experts,
> 
> I have been trying to find out whether TLS verion 1.1 and 1.2 are supported
> in openssl package openssl-fips 1.2.
> 
> Version string in the code says only TLS 1.o is supported.#define
> TLS1_VERSION            0x0301
> 
> But change log listed in the below link talks about TLS 1.2 also :
> http://www.openssl.org/news/changelog.html
> 

The fips 1.2 module works with OpenSSL 0.9.8 which only supports TLS 1.0.

You need the 2.0 module which works with OpenSSL 1.0.1 and later which
includes TLS 1.1 and 1.2.

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
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to