[openssh-commits] [openssh] branch master updated (26bf6936 -> 0967a233)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jul 25 20:11:59 AEST 2019


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

dtucker pushed a change to branch master
in repository openssh.

      from  26bf6936  upstream: Construct list of key types to test based on the types
       new  1e94afdf  upstream: Make certificate tests work with the supported key
       new  47f8ff1f  upstream: Switch keys-command test from rsa to ed25519 since it's
       new  061407ef  upstream: Only use supported key types during KRL test, preferring
       new  0967a233  Remove override disabling DH-GEX.

The 4 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 0967a233b8a28907ae8a4a6773c89f21d2ace11b
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Jul 25 18:36:28 2019 +1000

    Remove override disabling DH-GEX.
    
    The DH-GEX override doesn't work when build without OpenSSL, and
    we'll prefer curve25519 these days, removing the need for it.

commit 061407efc19b41ab4a7485e5adcff2a12befacdb
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jul 25 09:17:35 2019 +0000

    upstream: Only use supported key types during KRL test, preferring
    
    ed25519 since it's supported by both OpenSSL and non-OpenSSL builds.
    
    OpenBSD-Regress-ID: 9f2bb3eadd50fcc8245b1bd8fd6f0e53602f71aa

commit 47f8ff1fa5b76790c1d785815fd13ee6009f8012
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jul 25 08:48:11 2019 +0000

    upstream: Switch keys-command test from rsa to ed25519 since it's
    
    supported for both OpenSSL and non-OpenSSL builds.
    
    OpenBSD-Regress-ID: 174be4be876edd493e4a5c851e5bc579885e7a0a

commit 1e94afdfa8df774ab7dd3bad52912b636dc31bbd
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jul 25 08:28:15 2019 +0000

    upstream: Make certificate tests work with the supported key
    
    algorithms.  Allows tests to pass when built without OpenSSL.
    
    OpenBSD-Regress-ID: 617169a6dd9d06db3697a449d9a26c284eca20fc

Summary of changes:
 regress/cert-hostkey.sh | 12 ++++++++----
 regress/cert-userkey.sh | 19 +++++++++++++++----
 regress/integrity.sh    |  4 ++--
 regress/keys-command.sh |  6 +++---
 regress/krl.sh          | 31 +++++++++++++++++++------------
 5 files changed, 47 insertions(+), 25 deletions(-)

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


More information about the openssh-commits mailing list