Announcement

Collapse
No announcement yet.

New /dev/random Implementation Hits 35th Revision

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by Ironmask View Post
    That's not how the world works, though. We have SSL encryption to worry about now.
    Aren't the random seeds only generated on the server side?

    Comment


    • #12
      Originally posted by schmidtbag View Post
      How hard could it be to just get a simple random number?
      In fact it can be pretty simple and straight forward: https://xkcd.com/221/

      Comment


      • #13
        Originally posted by George99 View Post
        In fact it can be pretty simple and straight forward: https://xkcd.com/221/
        Hahaha what a perfect reference.

        Comment


        • #14
          anyone did a distribution of that rng ?

          Comment


          • #15
            Originally posted by schmidtbag View Post
            Aren't the random seeds only generated on the server side?
            if that where the case then TLS would have been completely broken security wise. Random nonces are needed from both sides during the handshake for anything remotely secure.

            Comment


            • #16
              Originally posted by Jakobson View Post
              It will be eventually merged because without it LRNG does not meet new FIPS requirements in next year summer.
              That's not how the Linux kernel works. It'll be merged when it's ready. FIPS better learn how to roll their own kernel.

              Comment

              Working...
              X