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

QSslCertificateExtension only returns 1 out of multiple DNS names in 2.5.29.17 ("Subject Alternative Name")

    XMLWordPrintable

Details

    Description

      QTBUG-86830 patched QSslCertificateExtension to return a QMap. However, 2.5.29.17 might store multiple DNS names (see http://www.jasinskionline.com/technicalwiki/(S(bzkezjfs0nags1zp1qq0abb4))/Print.aspx?Page=Requesting-an-SSL-Certificate-for-Multiple-Domains for example) – storing the data in a QMap results in only 1 value being retained in the "DNS" key.

      Suggestion

      Use a QMultiMap::insertMulti() instead of a QMap::insert()

      Attachments

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

        Activity

          People

            cnn Qt Core & Network
            skoh-qt Sze Howe Koh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes