Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-96917

Improve documentation on custom secure transport management

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.15.2
    • MQTT
    • All

    Description

      Was: Support TLS-PSK in QMqttConnection

       

      We are using the QtMqtt library for our own MQTT client written in C++ on several desktop platforms. We recently came across a customer requirement to support TLS-PSK because of easier setup compared to certificate-based TLS.

      I saw the existing signal QSslSocket::preSharedKeyAuthenticationRequired, but no direct support in your MQTT library. Nevertheless, I managed to implement it on my own by accessing the mentioned signal and providing the broker configuration data.

      As it was no big deal, I suggest to integrate the support for TLS-PSK also officially into your library.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mkalinow Maurice Kalinowski
            dhoegerl Daniel Hoegerl
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes