[openssh-commits] [openssh] branch master updated (5f45c239 -> ce39e7d8)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 2 14:31:22 AEST 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 5f45c239 upstream: sk-usbhid: fix key_lookup() on tokens with built-in UV
new c83e467e Remove arc4random_uniform from arc4random.c
new beaddde2 Move OPENBSD ORIGINAL marker.
new ce39e7d8 Resync arc4random with OpenBSD.
The 3 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 ce39e7d8b70c4726defde5d3bc4cb7d40d131153
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Sep 2 14:28:14 2022 +1000
Resync arc4random with OpenBSD.
This brings us up to current, including djm's random-reseeding change,
as prompted by logan at cyberstorm.mu in bz#3467. It brings the
platform-specific hooks from LibreSSL Portable, simplified to match our
use case. ok djm at .
commit beaddde26f30e2195b8aa4f3193970e140e17305
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Sep 2 14:20:04 2022 +1000
Move OPENBSD ORIGINAL marker.
Putting this after the copyright statement (which doesn't change)
instead of before the version identifier (which does) prevents merge
conflicts when resyncing changes.
commit c83e467ead67a8cb48ef4bec8085d6fb880a2ff4
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Sep 2 14:17:28 2022 +1000
Remove arc4random_uniform from arc4random.c
This was previously moved into its own file (matching OpenBSD) which
prematurely committed in commit 73541f2.
Summary of changes:
openbsd-compat/arc4random.c | 229 ++++++++++++++----------------------
openbsd-compat/arc4random.h | 79 +++++++++++++
openbsd-compat/arc4random_uniform.c | 4 +-
openbsd-compat/openbsd-compat.h | 13 +-
4 files changed, 177 insertions(+), 148 deletions(-)
create mode 100644 openbsd-compat/arc4random.h
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list