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

Improve QSslSocket

    XMLWordPrintable

Details

    • User Story
    • Resolution: Out of scope
    • P2: Important
    • None
    • None
    • Network: SSL
    • All
    • 40

    Description

      QSslSocket implementation has a lot of overhead. For example:

      • It uses QTcpSocket underneath (which implies large copying of data)
      • improve code structure by separating encryption facilities
      • make direct use of native SSL/TLS/SChannel facilities
      • OpenSSL/SecureTransport code is very old. We should not use deprecated APIs
      • make sure our use of TLS libs is correct and secure

      Attachments

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

        Activity

          People

            tpochep Timur Pocheptsov
            ablasche Alex Blasche
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes