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

Suggestion: enable SSL session caching

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • P4: Low
    • Some future release
    • 4.3.2
    • Network
    • None

    Description

      It would be nice if Qt had SSL session caching.

      When using QSslSocket to create several connections to the same host.
      For each connection, QSslSocket performs a full SSL handshake, taking about 500 ms, or more.

      It would be good if QSslSocket supported SSL session caching, so that subsequent connection
      requests could perform a simplified handshake.

      See http://www.openssl.org/docs/ssl/SSL_CTX_set_session_cache_mode.html for details on SSL session caching.

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes