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

Qt processes the system's CA certificate store more than once

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.8.5, 5.0.2
    • 4.7.0
    • Network: SSL
    • None
    • ce35c0db0d9dd849c736eabaeb57d597186aaa13

    Description

      src/network/ssl/qsslsocket_ssl.cpp has a list of directories where certificates are usually found on Unix systems. The code proceeds to try each directory in turn and concatenate the results.

      Many Linux distributions have symlinks from one directory pointing to the other, so Qt ends up loading each certificate more than once. Suggest not proceeding after we find some certificates.

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              tmacieir Thiago Macieira (closed Nokia identity) (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes