[openssh-commits] [openssh] branch master updated (7235471fb -> 2029eddf4)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Apr 27 22:20:16 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 7235471fb Check for OPENSSL_NO_ENGINE for --with-ssl-engine.
new 1afbd7bd1 Re-enable SHA1 sigs in OpenSSL on Cygwin for tests.
new 8751cd9c5 Add tests for libressl-4.3.1.
new ba110a56a Allow setting TEST_SSH_TRACE via Github.
new 6c5235cb6 Reorder steps to change perms before displaying.
new 4e0d1aea8 Simplify Cygwin permissions setting.
new b41203e50 Comment out new PAM valgrind test until debugged.
new 2be9cec2f Update OpenSSL tested versions.
new ff254f674 upstream: Drop -Winline from CDIAGFLAGS it breaks on sparc64
new 2029eddf4 upstream: Use supported hostkeyalgorithms specifically in
The 9 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 2029eddf4d57c654d53cdac7a192511de3b386dd
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Apr 27 05:49:41 2026 +0000
upstream: Use supported hostkeyalgorithms specifically in
sshd_config instead of supported key types, which is almost but not
completely correct.
OpenBSD-Regress-ID: 43c3b348576900f3e710bff5d6a87f0e803c5b3d
commit ff254f67401fb27e6ae81a266f2d41d4c16bdbba
Author: claudio at openbsd.org <claudio at openbsd.org>
Date: Thu Apr 23 12:57:47 2026 +0000
upstream: Drop -Winline from CDIAGFLAGS it breaks on sparc64
On sparc64 ssh/unittests/kex fails to build with:
usr.bin/ssh/libcrux_mlkem768_sha3.h:8196: warning: inlining failed
in call to 'libcrux_ml_kem_polynomial_ZERO_89_ea':
--param max-inline-insns-single limit reached
OK djm@ (long time ago) reminded by tb@
OpenBSD-Regress-ID: c32094e3436536474039a4aeefabdbf0bd826554
commit 2be9cec2fc062ffa087db55d26203db8f1567661
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Apr 27 21:53:36 2026 +1000
Update OpenSSL tested versions.
commit b41203e500e067095ef64a8de8ca4417a6f39552
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Apr 27 21:16:56 2026 +1000
Comment out new PAM valgrind test until debugged.
commit 4e0d1aea897d77d3b93e191eda58436e44a53818
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Apr 20 18:47:23 2026 +1000
Simplify Cygwin permissions setting.
commit 6c5235cb6692415e475fea4c0b69ee7ea0af8055
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Apr 20 18:45:37 2026 +1000
Reorder steps to change perms before displaying.
commit ba110a56a7180fef18e02dfaccad97cc510a558f
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Apr 20 22:46:17 2026 +1000
Allow setting TEST_SSH_TRACE via Github.
commit 8751cd9c5cac7b358b5648df0510b3f53b95fc22
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Apr 20 22:55:48 2026 +1000
Add tests for libressl-4.3.1.
commit 1afbd7bd1fb71e8b1d06f99978d439aec59dddca
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Apr 27 20:51:17 2026 +1000
Re-enable SHA1 sigs in OpenSSL on Cygwin for tests.
Recently Cygwin imported changes from Fedora which disable SHA1
signatures by default. This breaks the unit tests (and a couple of
regression tests), so set rh-allow-sha1-signatures=yes in the OpenSSL
config to re-enable them.
Summary of changes:
.github/setup_ci.sh | 19 ++++++++++---------
.github/workflows/c-cpp.yml | 19 +++++++++++--------
regress/keyscan.sh | 6 ++++--
regress/unittests/Makefile.inc | 3 +--
4 files changed, 26 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list