[openssh-commits] [openssh] branch V_9_1 updated (cb8e1437 -> a238b6c0)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Nov 2 12:23:47 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch V_9_1
in repository openssh.

      from  cb8e1437  OpenSSL dev branch is 302 not 320.
       new  a238b6c0  Always use compat 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 a238b6c08bc13f236ec5e1a631e25dca8e4b269e
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Tue Nov 1 19:10:30 2022 +1100

    Always use compat getentropy.
    
    Have it call native getentropy and fall back as required.  Should fix
    issues of platforms where libc has getentropy but it is not implemented
    in the kernel.  Based on github PR#354 from simsergey.

Summary of changes:
 openbsd-compat/arc4random.c     | 12 +++++++-----
 openbsd-compat/bsd-getentropy.c |  7 ++++---
 openbsd-compat/openbsd-compat.h |  4 ----
 3 files changed, 11 insertions(+), 12 deletions(-)

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


More information about the openssh-commits mailing list