Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in
P
paho.mqtt.c
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • eclipse
  • paho.mqtt.c
  • Repository

Switch branch/tag
  • paho.mqtt.c
  • src
  • MQTTAsync.h
Find file
BlameHistoryPermalink
  • Günter Obiltschnig's avatar
    SSL/TLS: Add support for enforcing a TLS version through a new sslVersion field… · 97ba2404
    Günter Obiltschnig authored Sep 14, 2017
    SSL/TLS: Add support for enforcing a TLS version through a new sslVersion 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: 's avatarGünter Obiltschnig <guenter.obiltschnig@appinf.com>
    97ba2404
MQTTAsync.h 67.4 KB
EditWeb IDE

Replace MQTTAsync.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.