Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Do i need a licence for OpenSSL when doing https requests in Qt??
Forum Updated to NodeBB v4.3 + New Features

Do i need a licence for OpenSSL when doing https requests in Qt??

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 3 Posters 612 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.
  • K Offline
    K Offline
    Kompa
    wrote on last edited by
    #1

    In an application where request is sent over https and self-signed certificates is used, is there any need for a licence for OpenSSL?

    From documentation (Qt Network):
    "Qt Network can use the OpenSSL Toolkit as a backend. The
    library is then linked against OpenSSL in a way that requires
    compliance with the OpenSSL License."

    jsulmJ 1 Reply Last reply
    0
    • K Kompa

      In an application where request is sent over https and self-signed certificates is used, is there any need for a licence for OpenSSL?

      From documentation (Qt Network):
      "Qt Network can use the OpenSSL Toolkit as a backend. The
      library is then linked against OpenSSL in a way that requires
      compliance with the OpenSSL License."

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Kompa said in Do i need a licence for OpenSSL when doing https requests in Qt??:

      is there any need for a licence for OpenSSL?

      What license do you mean? There is no commercial license for OpenSSL. You have to make sure you do not violate the OpenSSL license, see https://www.openssl.org/source/license.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      K 1 Reply Last reply
      2
      • jsulmJ jsulm

        @Kompa said in Do i need a licence for OpenSSL when doing https requests in Qt??:

        is there any need for a licence for OpenSSL?

        What license do you mean? There is no commercial license for OpenSSL. You have to make sure you do not violate the OpenSSL license, see https://www.openssl.org/source/license.html

        K Offline
        K Offline
        Kompa
        wrote on last edited by
        #3

        @jsulm
        Perhaps the question should have been phrased a little differently:
        When I do https requests in Qt do I have to watch out for license restrictions from OpenSSL?

        jsulmJ 1 Reply Last reply
        0
        • K Kompa

          @jsulm
          Perhaps the question should have been phrased a little differently:
          When I do https requests in Qt do I have to watch out for license restrictions from OpenSSL?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Kompa said in Do i need a licence for OpenSSL when doing https requests in Qt??:

          do I have to watch out for license restrictions from OpenSSL?

          Yes, I think so. But I'm not a lawyer. You will need to mention the OpenSSL license somewhere in your app as far as I know.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          K 1 Reply Last reply
          0
          • jsulmJ jsulm

            @Kompa said in Do i need a licence for OpenSSL when doing https requests in Qt??:

            do I have to watch out for license restrictions from OpenSSL?

            Yes, I think so. But I'm not a lawyer. You will need to mention the OpenSSL license somewhere in your app as far as I know.

            K Offline
            K Offline
            Kompa
            wrote on last edited by
            #5

            @jsulm Thank you! Do you know if the using only http and ignoring all ssl errors will remove the need to mention the OpenSSL license?

            jsulmJ 1 Reply Last reply
            0
            • K Kompa

              @jsulm Thank you! Do you know if the using only http and ignoring all ssl errors will remove the need to mention the OpenSSL license?

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Kompa I would say this depends whether your application uses any parts of Qt which use OpenSSL (and it does since you're doing networking). It doesn't metter whether you only access http or not. What matters is what your app depends on.

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              2
              • S Offline
                S Offline
                SimonSchroeder
                wrote on last edited by
                #7

                I would say as soon as you link against OpenSSL and thus ship it with your application you would have to comply with the OpenSSL license. If you don't want to think about this you'd need a Qt version that does not link against OpenSSL (may compile it yourself). I don't think a license only applies if you actually call a function from that library. (But I'm not a lawyer.)

                Solely relying only on http is going to be difficult. This will only work for software you write for yourself on both ends. Most webservers will only allow https connections and even browser are moving in that direction. Not using a secure connection will hinder interoperability in the future.

                1 Reply Last reply
                1
                • K Kompa deleted this topic on
                • K Kompa restored this topic on

                • Login

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