1. 09 Jun, 2019 1 commit
    • Dr. Matthias St. Pierre's avatar
      Revert the DEVRANDOM_WAIT feature · ad416c80
      Dr. Matthias St. Pierre authored
      The DEVRANDOM_WAIT feature added a select() call to wait for the
      `/dev/random` device to become readable before reading from the
      `/dev/urandom` device. It was introduced in commit 38023b87
      in order to mitigate the fact that the `/dev/urandom` device
      does not block until the initial seeding of the kernel CSPRNG
      has completed, contrary to the behaviour of the `getrandom()`
      system call.
      
      It turned out that this change had negative side effects on
      performance which were not acceptable. After some discussion it
      was decided to revert this feature and leave it up to the OS
      resp. the platform maintainer to ensure a proper initialization
      during early boot time.
      
      Fixes #9078
      
      This partially reverts commit 38023b87
      
      .
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
      
      (cherry picked from commit a08714e1)
      
      (Merged from https://github.com/openssl/openssl/pull/9118)
      ad416c80
  2. 07 Jun, 2019 2 commits
  3. 06 Jun, 2019 1 commit
  4. 04 Jun, 2019 3 commits
  5. 03 Jun, 2019 3 commits
  6. 31 May, 2019 4 commits
  7. 30 May, 2019 2 commits
  8. 29 May, 2019 2 commits
  9. 28 May, 2019 6 commits
  10. 27 May, 2019 7 commits
  11. 26 May, 2019 1 commit
  12. 24 May, 2019 3 commits
  13. 23 May, 2019 2 commits
  14. 22 May, 2019 3 commits