[openssh-commits] [openssh] branch V_10_4 updated (5b24c0980 -> dd36174cb)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Sep 17 05:21:49 AEST 2026


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

dtucker pushed a change to branch V_10_4
in repository openssh.

    from 5b24c0980 allow PAMServiceName in Match (regressed in 10.4)
     new a4ff2be7c upstream: Restructure the SSHFP test in preparation for adding
     new 7b9cd47bc upstream: Add SSHFP tests for ed25519 key type.
     new ccc9c2d56 upstream: Add tests for ecdsa 256, 384 and 521 keys in DNS
     new dd36174cb upstream: Use -Ohashalg to restrict output to specfic hash instead

The 4 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 dd36174cb5399e239ea22c896b81ab05db67ce76
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jul 16 09:07:18 2026 +0000

    upstream: Use -Ohashalg to restrict output to specfic hash instead
    
    of awk.
    
    OpenBSD-Regress-ID: aa5fac0e3ee8f518794d3361d537090c6e3f0bec

commit ccc9c2d56ee25b8de137c602bfa01f707c1a26f7
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sun Jul 12 11:19:33 2026 +0000

    upstream: Add tests for ecdsa 256, 384 and 521 keys in DNS
    
    fingerprints. Dynamically generate the required zone file.
    
    OpenBSD-Regress-ID: 61acdf25efc8c5d3bb0156fd3a53bf8159d3e13a

commit 7b9cd47bcc01358a8088fdec5f814be309cddd94
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sun Jul 12 06:10:32 2026 +0000

    upstream: Add SSHFP tests for ed25519 key type.
    
    OpenBSD-Regress-ID: a4bc60d0f398b148a29df3594d5f36de0e4e5ea2

commit a4ff2be7cfb2a7ba4280269859c51da745ba5553
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sat Jul 11 09:59:10 2026 +0000

    upstream: Restructure the SSHFP test in preparation for adding
    
    other key types:  - change the DNS names to be rsa.* for the existing RSA
    fingerprints.  - verify that all required SSHFP records exist in DNS.  - only
    run the RSA tests if the build supports RSA.
    
    OpenBSD-Regress-ID: 03e4087c3bd09ad8bede788f76f0ab59b732639e

Summary of changes:
 regress/ecdsa256_openssh.prv |   8 ++
 regress/ecdsa256_openssh.pub |   1 +
 regress/ecdsa384_openssh.prv |  10 +++
 regress/ecdsa384_openssh.pub |   1 +
 regress/ecdsa521_openssh.prv |  12 +++
 regress/ecdsa521_openssh.pub |   1 +
 regress/sshfp-connect.sh     | 183 +++++++++++++++++++++++++++++++++----------
 7 files changed, 176 insertions(+), 40 deletions(-)
 create mode 100644 regress/ecdsa256_openssh.prv
 create mode 100644 regress/ecdsa256_openssh.pub
 create mode 100644 regress/ecdsa384_openssh.prv
 create mode 100644 regress/ecdsa384_openssh.pub
 create mode 100644 regress/ecdsa521_openssh.prv
 create mode 100644 regress/ecdsa521_openssh.pub

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


More information about the openssh-commits mailing list