Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. OpenSSL outdated? Google PlayStore Security Warning!
Forum Updated to NodeBB v4.3 + New Features

OpenSSL outdated? Google PlayStore Security Warning!

Scheduled Pinned Locked Moved Mobile and Embedded
opensslmobilegoogle playoutdatedandroidqt 5.4
6 Posts 4 Posters 2.9k Views 3 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.
  • O Offline
    O Offline
    onek24
    wrote on 3 May 2015, 15:38 last edited by onek24 5 Apr 2015, 08:19
    #1

    Hello,

    i recently received a warning from the google play store that my app is using an outdated version of openssl. So i verified it and it seems to me that QtNetwork links openssl version 1.0.0e. I am using Qt 5.4.0.

    Any ideas on how to solve this problem? I could build Qt with a local and newer version of OpenSSL, but maybe there is something else?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 3 May 2015, 21:38 last edited by
      #2

      Hi,

      Wouldn't replacing OpenSSL be enough ? IIRC, OpenSSL is not linked by default but loaded at run time

      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
      • J Online
        J Online
        JKSH
        Moderators
        wrote on 4 May 2015, 03:32 last edited by
        #3

        It might be an problem with Google, or it might be a problem with building Android apps in Qt.

        This user has reported the same issue, and his symptoms sound strange: https://forum.qt.io/topic/53870/

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        0
        • O Offline
          O Offline
          onek24
          wrote on 4 May 2015, 08:11 last edited by onek24 5 Apr 2015, 08:14
          #4

          It might be an problem with Google, or it might be a problem with building Android apps in Qt.

          @JKSH It seems that google implemented a scan-method to verify the OpenSSL version used by the application. From SSL i read that Qt dynamically loads any installed OpenSSL library at run-time. I assume that Qt comes with OpenSSL since i can build with Qt without an locally installed version of OpenSSL.
          I'll try something out and will provide further informations as soon as possible.

          1 Reply Last reply
          0
          • J Offline
            J Offline
            Jeff Andle
            wrote on 4 May 2015, 09:33 last edited by
            #5

            Google is probably protecting you and your users from the heartbleed vulnerability in the older OpenSSL.
            http://heartbleed.com/

            O 1 Reply Last reply 4 May 2015, 09:41
            0
            • J Jeff Andle
              4 May 2015, 09:33

              Google is probably protecting you and your users from the heartbleed vulnerability in the older OpenSSL.
              http://heartbleed.com/

              O Offline
              O Offline
              onek24
              wrote on 4 May 2015, 09:41 last edited by onek24 5 Apr 2015, 11:47
              #6

              @Jeff-Andle
              A list of vulnerabilities can be found here . From the list i can take that it's one MITM exploit and everything else just DOS. Also google just warns us about a possible problem, it doesn't remove nor unpublish the app. Afaik heartbleed occurs from OpenSSL version 1.0.1 to 1.0.1f until it's fix in version 1.0.1g. So version 1.0.0e shouldn't have a problem with heartbleed. Although i would like to update somehow anyway...

              1 Reply Last reply
              0

              2/6

              3 May 2015, 21:38

              topic:navigator.unread, 4
              • Login

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