[krbdev.mit.edu #8499] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Thu Sep 22 15:26:00 EDT 2016


Add OS prng intended for use with getrandom()

Add the prng_os.c module, using the name previously occupied by what
is now prng_device.c.  Unlike prng_device.c, this PRNG module
maintains no file descriptor and just uses k5_os_random(), which is
most efficient on platforms which have a getrandom() system call.

[ghudson at mit.edu: expanded on commit message]

https://github.com/krb5/krb5/commit/0be7642b2b6f7b9e0acebb2c3d60aa6c3f7543aa
Author: Robbie Harwood <rharwood at redhat.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 0be7642b2b6f7b9e0acebb2c3d60aa6c3f7543aa
Branch: master
 src/lib/crypto/krb/prng_os.c |   72 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 72 insertions(+), 0 deletions(-)



More information about the krb5-bugs mailing list