Discussion:
Question on OpenSSL feature checking
Jeffrey Walton
2014-09-23 04:05:49 UTC
Permalink
I need to guard some code depending on whether TLS 1.1 (and 1.2) is available.

According to the CHANGELOG:

Changes between 1.0.0h and 1.0.1 [14 Mar 2012]
...
* Initial TLS v1.2 support.
...
* Initial TLSv1.1 support.

Does the above notice mean I should check for 1.0.0i and above; or
does it mean I should check for 1.0.1 and above? Or does it mean I
should check for both (are they somehow exclusive to one another)?

Thanks in advance.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users-MCmKBN63+***@public.gmane.org
Automated List Manager majordomo-MCmKBN63+***@public.gmane.org
Loading...