]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Fix RNG seeding for OpenSSL w/out self seeding.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 3 Aug 2023 09:35:33 +0000 (19:35 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 3 Aug 2023 10:29:08 +0000 (20:29 +1000)
commit9d92e7b24848fcc605945f7c2e3460c7c31832ce
tree305e592820fdc3e544b1d2085d5a635b1004af42
parentf70010d9b0b3e7e95de8aa0b961e1d74362cfb5d
Fix RNG seeding for OpenSSL w/out self seeding.

When sshd is built with an OpenSSL that does not self-seed, it would
fail in the preauth privsep process while handling a new connection.
Sanity checked by djm@
openbsd-compat/bsd-getentropy.c