[openssh-commits] [openssh] branch master updated (9707c817 -> 50080fa4)
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jan 11 16:19:11 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 9707c817 upstream: extend ChannelTimeout regression test to exercise multiplexed
new afcc9028 upstream: fix incorrect capitalisation;
new 4e838120 upstream: make DSA key support compile-time optional, defaulting to
new f9311e89 upstream: ensure key_fd is filled when DSA is disabled; spotted by
new 415c94ce upstream: make DSA testing optional, defaulting to on
new 50080fa4 upstream: don't disable RSA test when DSA is disabled; bug introduced
The 5 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 50080fa42f5f744b798ee29400c0710f1b59f50e
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Jan 11 04:50:28 2024 +0000
upstream: don't disable RSA test when DSA is disabled; bug introduced
in last commit
OpenBSD-Regress-ID: 8780a7250bf742b33010e9336359a1c516f2d7b5
commit 415c94ce17288e0cdcb9e58cc91fba78d33c8457
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Jan 11 01:45:58 2024 +0000
upstream: make DSA testing optional, defaulting to on
ok markus
OpenBSD-Regress-ID: dfc27b5574e3f19dc4043395594cea5f90b8572a
commit f9311e8921d92c5efca767227a497ab63280ac39
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Jan 11 01:51:16 2024 +0000
upstream: ensure key_fd is filled when DSA is disabled; spotted by
tb@
OpenBSD-Commit-ID: 9dd417b6eec3cf67e870f147464a8d93f076dce7
commit 4e838120a759d187b036036610402cbda33f3203
Author: djm at openbsd.org <djm at openbsd.org>
Date: Thu Jan 11 01:45:36 2024 +0000
upstream: make DSA key support compile-time optional, defaulting to
on
ok markus@
OpenBSD-Commit-ID: 4f8e98fc1fd6de399d0921d5b31b3127a03f581d
commit afcc9028bfc411bc26d20bba803b83f90cb84e26
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Wed Jan 10 06:33:13 2024 +0000
upstream: fix incorrect capitalisation;
OpenBSD-Commit-ID: cb07eb06e15fa2334660ac73e98f29b6a1931984
Summary of changes:
configure.ac | 12 ++++++++++++
readconf.c | 4 +++-
readconf.h | 4 ++--
regress/Makefile | 22 ++++++++++++++--------
regress/unittests/Makefile.inc | 7 ++++++-
regress/unittests/hostkeys/test_iterate.c | 11 ++++++++++-
regress/unittests/kex/test_kex.c | 4 +++-
regress/unittests/sshkey/test_file.c | 4 +++-
regress/unittests/sshkey/test_fuzz.c | 8 +++++++-
regress/unittests/sshkey/test_sshkey.c | 23 +++++++++++++++--------
regress/unittests/sshsig/tests.c | 4 +++-
ssh-add.c | 4 +++-
ssh-dss.c | 7 ++++---
ssh-keygen.c | 26 ++++++++++++++++++++++----
ssh-keyscan.c | 4 +++-
ssh-keysign.c | 7 ++++++-
ssh.c | 6 +++++-
ssh_config.5 | 6 +++---
sshconnect.c | 4 +++-
sshd_config.5 | 6 +++---
sshkey.c | 10 +++++++++-
21 files changed, 139 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