Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 577 Improve error message for PRNG seeding failure In prng_fortuna.c, if krb5_c_random_make_octets detects that we do not have entropy, set an error message saying that the random number generator could not be seeded, as we likely failed previously to read from /dev/urandom or the Windows equivalent. https://github.com/krb5/krb5/commit/4f41a0d4a6a62439f21aacdd650595a065f15056 Author: Greg Hudson Commit: 4f41a0d4a6a62439f21aacdd650595a065f15056 Branch: master src/lib/crypto/krb/prng_fortuna.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)