]> git.ipfire.org Git - thirdparty/krb5.git/commit
Don't feed OS RNG output into the OS RNG
authorRobbie Harwood <rharwood@redhat.com>
Mon, 12 Sep 2016 16:25:05 +0000 (12:25 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 22 Sep 2016 17:38:52 +0000 (13:38 -0400)
commit0bbbc2bd3a42cfbd9e6eb34c273da8aaa077c29f
treee68e51dc835fbc56cbd1368b6def0ab6ce1300f6
parentf208d94e2b99945023ac4c3dfad35b85aba41760
Don't feed OS RNG output into the OS RNG

krb5_c_random_os_entropy() now must be provided by PRNG modules.

ticket: 8499
src/lib/crypto/krb/crypto_int.h
src/lib/crypto/krb/prng.c
src/lib/crypto/krb/prng_fortuna.c
src/lib/crypto/krb/prng_os.c