[openssh-commits] [openssh] branch master updated (df7d3dbf -> 6180b0fa)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Feb 10 16:13:18 AEDT 2023


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

djm pushed a change to branch master
in repository openssh.

      from  df7d3dbf  upstream: make `ssh -Q CASignatureAlgorithms` work as the manpage says
       new  18938d11  upstream: add a `sshd -G` option that parses and prints the
       new  d651f5c9  upstream: let ssh-keygen and ssh-keyscan accept
       new  6180b0fa  upstream: test -Ohashalg=... and that the default output contains both

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 6180b0fa4f7996687678702806257e661fd5931e
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 10 05:06:03 2023 +0000

    upstream: test -Ohashalg=... and that the default output contains both
    
    specified hash algorithms; prompted by dtucker@
    
    OpenBSD-Regress-ID: 26f309208c8d8b8fa9c5f419767b85f1e9b22f51

commit d651f5c9fe37e61491eee46c49ba9fa03dbc0e6a
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 10 04:56:30 2023 +0000

    upstream: let ssh-keygen and ssh-keyscan accept
    
    -Ohashalg=sha1|sha256 when outputting SSHFP fingerprints to allow algorithm
    selection. bz3493 ok dtucker@
    
    OpenBSD-Commit-ID: e6e07fe21318a873bd877f333e189eb963a11b3d

commit 18938d11a90b74d63c20b2d3c965d5bd64786ab1
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 10 04:47:19 2023 +0000

    upstream: add a `sshd -G` option that parses and prints the
    
    effective configuration without attempting to load private keys and perform
    other checks. This allows usage of the option before keys have been
    generated.
    
    bz3460 feedback/ok dtucker@
    
    OpenBSD-Commit-ID: 774504f629023fc25a559ab1d95401adb3a7fb29

Summary of changes:
 dns.c                   |  7 +++++--
 dns.h                   |  4 ++--
 regress/keygen-sshfp.sh | 22 +++++++++++++++++++++-
 ssh-keygen.1            | 19 +++++++++++++++++--
 ssh-keygen.c            | 30 ++++++++++++++++++++----------
 ssh-keyscan.1           | 19 +++++++++++++++++--
 ssh-keyscan.c           | 22 ++++++++++++++++------
 sshd.8                  | 20 +++++++++++++++++---
 sshd.c                  | 44 ++++++++++++++++++++++++++++----------------
 9 files changed, 143 insertions(+), 44 deletions(-)

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


More information about the openssh-commits mailing list