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

Improve QSslSocket

XMLWordPrintable

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

      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

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

            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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes