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

QCryptographicHash: load OpenSSL symbols at runtime

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.5
    • None

      The OpenSSL code in QCryptographicHash (+ a small bit in QPasswordDigestor) currently relies on dynamic loading of symbols, so is only available when Qt is built with -openssl-linked.

      Moving to a structure of loading symbols at runtime when not using -openssl-link, and loading the symbols dynamically otherwise, like in the TLS backend for QSsl enables us to use these extensively tested, and secure(-er) algorithms from OpenSSL in more configurations, most importantly: the ones we ship.

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

            cnn Qt Core & Network
            manordheim MÃ¥rten Nordheim
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes