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

Reply via email to