[openssh-commits] [openssh] branch master updated (3ef1a87d0 -> a9a3f025d)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Aug 29 13:58:45 AEST 2025


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

djm pushed a change to branch master
in repository openssh.

    from 3ef1a87d0 Fix pledge(2) special casing
     new ceca966bd upstream: Delete unused accessor function
     new 908e9d551 upstream: ssh_config.5: say "post-quantum" instead of "post quantum
     new a9a3f025d upstream: remove experimental support for XMSS keys;

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 a9a3f025d76f06a6601e6e8d52b468ec467865d9
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Aug 29 03:50:38 2025 +0000

    upstream: remove experimental support for XMSS keys;
    
    ok deraadt markus
    
    OpenBSD-Commit-ID: 38eaf4df6189acad9e46eddf7cf32d7f6d07df35

commit 908e9d55139bed19ed87d6fec749974eb42702c6
Author: caspar at openbsd.org <caspar at openbsd.org>
Date:   Mon Aug 18 18:39:33 2025 +0000

    upstream: ssh_config.5: say "post-quantum" instead of "post quantum
    
    safe", and rephrase the sentence to make it easier to read.
    
    Input djm@, input and OK deraadt@, OK dtucker@
    
    OpenBSD-Commit-ID: c3ee4d1cafdcfc20cc0d2f086021efce4b19c075

commit ceca966bde4ab38b2434876416da12fe16747459
Author: job at openbsd.org <job at openbsd.org>
Date:   Mon Aug 18 09:16:36 2025 +0000

    upstream: Delete unused accessor function
    
    OK dtucker@
    
    OpenBSD-Commit-ID: 93b59ac088fb254e1189729ece5bb9656d6e810b

Summary of changes:
 .depend             |    7 -
 Makefile.in         |   12 +-
 PROTOCOL.agent      |   13 +-
 authfd.c            |   25 +-
 authfd.h            |    8 +-
 authfile.c          |    7 +-
 dns.c               |    5 +-
 dns.h               |    5 +-
 packet.c            |    9 +-
 packet.h            |    3 +-
 pathnames.h         |    4 +-
 readconf.c          |    3 +-
 servconf.c          |    6 +-
 ssh-add.c           |   73 +---
 ssh-agent.c         |   27 +-
 ssh-keygen.c        |   14 +-
 ssh-keyscan.c       |   10 +-
 ssh-keysign.c       |    3 +-
 ssh-xmss.c          |  389 ------------------
 ssh.c               |    4 +-
 ssh_config.5        |    6 +-
 sshconnect.c        |    5 +-
 sshd-auth.c         |    5 +-
 sshd-session.c      |    3 +-
 sshd.c              |    3 +-
 sshkey-xmss.c       | 1113 ---------------------------------------------------
 sshkey-xmss.h       |   56 ---
 sshkey.c            |  153 +------
 sshkey.h            |   25 +-
 xmss_commons.c      |   36 --
 xmss_commons.h      |   21 -
 xmss_fast.c         | 1106 --------------------------------------------------
 xmss_fast.h         |  111 -----
 xmss_hash.c         |  137 -------
 xmss_hash.h         |   22 -
 xmss_hash_address.c |   66 ---
 xmss_hash_address.h |   40 --
 xmss_wots.c         |  192 ---------
 xmss_wots.h         |   64 ---
 39 files changed, 58 insertions(+), 3733 deletions(-)
 delete mode 100644 ssh-xmss.c
 delete mode 100644 sshkey-xmss.c
 delete mode 100644 sshkey-xmss.h
 delete mode 100644 xmss_commons.c
 delete mode 100644 xmss_commons.h
 delete mode 100644 xmss_fast.c
 delete mode 100644 xmss_fast.h
 delete mode 100644 xmss_hash.c
 delete mode 100644 xmss_hash.h
 delete mode 100644 xmss_hash_address.c
 delete mode 100644 xmss_hash_address.h
 delete mode 100644 xmss_wots.c
 delete mode 100644 xmss_wots.h

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


More information about the openssh-commits mailing list