[openssh-commits] [openssh] branch master updated (9385d277 -> 3d3a932a)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Aug 5 13:15:41 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  9385d277  Include CHANNEL and FIDO2 libs in configure output
       new  3d3a932a  Factor out getrnd() and rename to getentropy().

The 1 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 3d3a932a019aedfb891e0779bb4990cd5008a390
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Aug 5 13:12:27 2022 +1000

    Factor out getrnd() and rename to getentropy().
    
    Factor out the arc4random seeding into its own file and change the
    interface to match getentropy.  Use native getentropy if available.
    This will make it easier to resync OpenBSD changes to arc4random.
    Prompted by bz#3467, ok djm at .

Summary of changes:
 configure.ac                    |  3 +-
 openbsd-compat/Makefile.in      |  1 +
 openbsd-compat/arc4random.c     | 56 +---------------------------
 openbsd-compat/bsd-getentropy.c | 82 +++++++++++++++++++++++++++++++++++++++++
 openbsd-compat/openbsd-compat.h |  4 ++
 5 files changed, 91 insertions(+), 55 deletions(-)
 create mode 100644 openbsd-compat/bsd-getentropy.c

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list