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. Random Number Generator not seeded, Disabling SSL support
Forum Updated to NodeBB v4.3 + New Features

Random Number Generator not seeded, Disabling SSL support

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 498 Views 2 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.
  • D Offline
    D Offline
    duncan98
    wrote on last edited by
    #1

    hello
    The program outputs "Random Number Generator not seeded, Disabling SSL support" when running in debug mode, what does that mean?

    Pl45m4P 1 Reply Last reply
    0
    • D duncan98

      hello
      The program outputs "Random Number Generator not seeded, Disabling SSL support" when running in debug mode, what does that mean?

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by
      #2

      @duncan98

      What program? What classes are you using?

      Seeding is important to make sure that a RNG doesn't prodoce the same, pseudo random numbers.


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      D 1 Reply Last reply
      0
      • Kent-DorfmanK Offline
        Kent-DorfmanK Offline
        Kent-Dorfman
        wrote on last edited by
        #3

        My WAG would be that the SSL implementation cannot find a cryptographically secure RNG installed on the system. No mention of it being windoze or Linux. I know the common Linux kernels maintain a "system noise" entropy pool to be used in seeding the RNG.

        1 Reply Last reply
        1
        • Pl45m4P Pl45m4

          @duncan98

          What program? What classes are you using?

          Seeding is important to make sure that a RNG doesn't prodoce the same, pseudo random numbers.

          D Offline
          D Offline
          duncan98
          wrote on last edited by
          #4

          hi @Pl45m4
          A program for sending TLS, which uses OpenSSL

          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