[openssh-commits] [openssh] branch master updated (acb2887a -> e409d796)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jun 18 19:34:42 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from acb2887a Handle GIDs > 2^31 in getgrouplist.
new e43a8980 Split EGD/PRNGD interface into its own file.
new e409d796 Try EGD/PRNGD if random device fails.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit e409d7966785cfd9f5970e66a820685c42169717
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Jun 18 18:34:08 2021 +1000
Try EGD/PRNGD if random device fails.
When built --without-openssl, try EGD/PRGGD (if configured) as a last
resort before failing.
commit e43a898043faa3a965dbaa1193cc60e0b479033d
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Jun 18 18:32:51 2021 +1000
Split EGD/PRNGD interface into its own file.
This will allow us to use it when building --without-openssl.
Summary of changes:
entropy.c | 123 -------------------------------
openbsd-compat/Makefile.in | 1 +
openbsd-compat/arc4random.c | 12 ++-
openbsd-compat/bsd-misc.h | 1 +
entropy.c => openbsd-compat/port-prngd.c | 114 ++--------------------------
5 files changed, 16 insertions(+), 235 deletions(-)
copy entropy.c => openbsd-compat/port-prngd.c (66%)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list