[openssh-commits] [openssh] branch master updated (df1c72a5 -> fad34b4c)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jun 19 20:37:09 AEST 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from df1c72a5 PAMServiceName may appear in a Match block
new 786a4465 Remove macos-11 runner.
new d6218504 Restart sshd after installing it for testing.
new dbd3b833 upstream: Rework dropbear key setup
new 5521060e upstream: Use ed25519 keys for kex tests
new fad34b4c upstream: Provide defaults for ciphers and macs
The 5 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 fad34b4ca25c0ef31e5aa841d461b6f21da5b8c1
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Wed Jun 19 10:15:51 2024 +0000
upstream: Provide defaults for ciphers and macs
if querying for them fails since on some versions of Dropbear (at least
v2024.85) "-m help" doesn't seem to work. Enable all supported pubkey
algorithms in the server.
OpenBSD-Regress-ID: 4f95556a49ee9f621789f25217c367a33d2745ca
commit 5521060e35ada9f957cecdddc06d0524e75409ef
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Wed Jun 19 10:10:46 2024 +0000
upstream: Use ed25519 keys for kex tests
since that's supported by OpenSSH even when built without OpenSSL.
Only test diffie-hellman kex if OpenSSH is compiled with support for it.
OpenBSD-Regress-ID: a5d09ef9bbd171f9e4ec73ed0d9eeb49a8878e97
commit dbd3b833f6e3815e58f2dc6e14f61a51bcd4d6bd
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Wed Jun 19 10:08:34 2024 +0000
upstream: Rework dropbear key setup
to always generate ed25519 keys, other types only if OpenSSH has support
for the corresponding key type.
OpenBSD-Regress-ID: 8f91f12604cddb9f8d93aa34f3f93a3f6074395d
commit d6218504e11ae9148adf410fc69b0710a052be36
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Jun 19 20:20:24 2024 +1000
Restart sshd after installing it for testing.
When installing an sshd built without OpenSSL the mismatch between
the running sshd and newly installed sshd-session will cause the
remainder of the test to fail.
commit 786a4465b6bb702daf4fb17b7c3bcb42b52f0b46
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jun 18 19:59:59 2024 +1000
Remove macos-11 runner.
Github is retiring them soon.
Summary of changes:
.github/workflows/c-cpp.yml | 2 --
.github/workflows/upstream.yml | 2 +-
regress/dropbear-ciphers.sh | 16 +++++++++++++---
regress/dropbear-kex.sh | 14 ++++++--------
regress/test-exec.sh | 24 ++++++++++++++++--------
5 files changed, 36 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list