Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Upgrade OpenSSL version
Forum Updated to NodeBB v4.3 + New Features

Upgrade OpenSSL version

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    borisa
    wrote on last edited by
    #1

    Hi,

    I need to upgrade the OpenSSL version in the QT.
    Currently our QT is linked by a dll (We work with qtwebkit).
    Can I just replace the dlls, or I need to recompile the QT and QT webkit?
    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Depends on the version of OpenSSL you want to use. If it's >= 1.1, then you have to use Qt 5.10 at least otherwise you should be fine just updating the .dlls.

      Don't forget to ensure you are using the a version built with the same compiler as your Qt version.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • B Offline
        B Offline
        borisa
        wrote on last edited by
        #3

        I want to upgrade to version 1.0.2m.

        1. What about the Linux and Osx platforms? is it the same - just to replace the libs\bins?
        2. In case that I don't use same compiler as in the QT version, to which problems should I expect?
        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4
          1. No, recent versions of Qt don't use OpenSSL at all on macOS, they use the native SecureTransport framework. As for Linux, it's your distributions that handles OpenSSL updates unless you provide an "all in one" package for your application.

          2. Failure to load and use the library.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved