Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for selecting/enforcing a TLS version #333

Merged

Commits on Sep 14, 2017

  1. SSL/TLS: Add support for enforcing a TLS version through a new sslVer…

    …sion field in the MQTTClient_SSLOptions structure. This affects which *_client_method() function is called in SSLSocket.c: 0 (default) -> SSLv23_client_method(), 1 -> TLSv1_client_method(), 2 -> TLSv1_1_client_method(), 3 -> TLSv1_2_client_method()
    
    Signed-off-by: Günter Obiltschnig <guenter.obiltschnig@appinf.com>
    obiltschnig committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    97ba240 View commit details
    Browse the repository at this point in the history