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

OpenSSL 1.1 backend does not respect fixed (single) protocol configurations

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.11.1
    • 5.11
    • Network: SSL
    • None
    • e3cea2a7b9f8b689dec559898435dff0df65a323

    Description

      While 'ranged' versions (like QSsl::TlsV1_0OrLater, etc) work OK (due to the fact we use a generic client/server method + SSL_CTX_set_options to disable protocols at the lower edge), single-protocol configurations (e.g. QSsl::TlsV1_0) act as they have upper bound open (thus 'or later' versions all could be negotiated). Minor issue, but results in some tests failing + broken compatibility/promise.

      Edit: actually not so simple - not so minor.

      Attachments

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

        Activity

          People

            tpochep Timur Pocheptsov
            tpochep Timur Pocheptsov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes