[krbdev.mit.edu #9149] git commit

"Greg Hudson via RT" <[email protected]> Mon, 11 Nov 2024 15:18:19 -0500
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Mon Nov 11 15:18:19 2024: Request 9149 was acted upon.
 Transaction: Ticket created by [email protected]
       Queue: krb5
     Subject: git commit
       Owner: [email protected]
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9149 >



Use getentropy() when available

When available, use getentropy() in preference to SYS_getrandom or
/dev/urandom.  This binding is present in glibc 2.25 and the BSDs.

https://github.com/krb5/krb5/commit/ead2a8b253c7db8d17a0765044947c5fbd564bc4
Author: Greg Hudson <[email protected]>
Commit: ead2a8b253c7db8d17a0765044947c5fbd564bc4
Branch: master
 src/configure.ac          |  2 +-
 src/lib/crypto/krb/prng.c | 26 ++++++++++++++++++++++----
 2 files changed, 23 insertions(+), 5 deletions(-)