[openssh-commits] [openssh] branch master updated (6aba7008e -> ec41739bd)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Nov 13 22:15:24 AEDT 2025


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

dtucker pushed a change to branch master
in repository openssh.

    from 6aba7008e upstream: sync support for systems that lack __builtin_popcount() from
     new d9955e457 upstream: Remove calls to OpenSSL_add_all_algorithms()
     new 90501bc30 Remove remaining OpenSSL_add_all_algorithms() calls.
     new ec41739bd seccomp sandbox: allow uname(3)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit ec41739bd68d639b0847b366697706e7dab3498d
Author: Icenowy Zheng <uwu at icenowy.me>
Date:   Fri Nov 7 14:27:35 2025 +0800

    seccomp sandbox: allow uname(3)
    
    The uname(3) syscall is utilized by zlib-ng on RISC-V to decide whether
    the kernel handles VILL bit of V extension properly (by checking the
    kernel version against 6.5).
    
    Allow it in the seccomp sandbox.
    
    Signed-off-by: Icenowy Zheng <uwu at icenowy.me>

commit 90501bc30ca94fa5443e2b7e2072d5d454587ef8
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Nov 13 22:04:19 2025 +1100

    Remove remaining OpenSSL_add_all_algorithms() calls.
    
    We already have OPENSSL_init_crypto() in the compat layer (now with a
    check of its return code, prompted by tb@). Prompted by github PR#606
    from Dimitri John Ledkov.  ok beck@

commit d9955e4571ec356ba4f2e99d01f7fa88f6e20a63
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Nov 13 10:35:14 2025 +0000

    upstream: Remove calls to OpenSSL_add_all_algorithms()
    
    and ERR_load_crypto_strings(). These are no-ops in LibreSSL, and in
    Portable have been mostly replaced by a call to OPENSSL_init_crypto()
    in the compat layer.  ok tb@
    
    OpenBSD-Commit-ID: 4c3e0af10fe276766054eda34428a37a5606d3ea

Summary of changes:
 configure.ac                    |  9 ---------
 openbsd-compat/openssl-compat.c | 22 +++++++---------------
 sandbox-seccomp-filter.c        |  3 +++
 ssh-add.c                       |  2 +-
 ssh-agent.c                     |  2 +-
 ssh-keygen.c                    |  2 +-
 ssh-keysign.c                   |  2 +-
 ssh.c                           |  2 +-
 ssh_api.c                       |  2 +-
 sshd-auth.c                     |  6 +-----
 sshd-session.c                  |  2 +-
 sshd.c                          |  2 +-
 12 files changed, 19 insertions(+), 37 deletions(-)

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


More information about the openssh-commits mailing list