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

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

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes