summaryrefslogtreecommitdiff
path: root/test/integration/targets/mqtt
Commit message (Collapse)AuthorAgeFilesLines
* Adds tls_version argument to mqtt module (#58264)Tim Rupp2019-06-254-0/+153
Fixes: #22034 This patch adds support for a tls_version parameter that allows the TLS version used to be configurable. By default the module will let the underlying system libraries pick the maximum supported version. This parameter is useful for servers that are unable to support newer versions of TLS