Skip to content
  1. Jun 11, 2019
  2. Jun 10, 2019
  3. Jun 09, 2019
    • Dr. Matthias St. Pierre's avatar
      Revert the DEVRANDOM_WAIT feature · a08714e1
      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>
      (Merged from https://github.com/openssl/openssl/pull/9084)
      a08714e1
  4. Jun 07, 2019
  5. Jun 06, 2019
  6. Jun 05, 2019
  7. Jun 04, 2019
  8. Jun 03, 2019
  9. Jun 02, 2019
  10. Jun 01, 2019
  11. May 31, 2019