[openssh-commits] [openssh] branch master updated (5a37cc11 -> 57680a2a)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Oct 6 14:40:42 AEDT 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 5a37cc11 fix broken OPENSSL_HAS_ECC test
new 12937d86 upstream: Add test for ssh hashed known_hosts handling.
new e3e62deb upstream: use libc SHA256 functions; make this work when compiled
new 57680a2a upstream: Dynamically allocate encoded HashKnownHosts and free as
The 3 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 57680a2ab43518c5ccbd8242c40482106cde6ac1
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sat Oct 2 03:17:01 2021 +0000
upstream: Dynamically allocate encoded HashKnownHosts and free as
appropriate. Saves 1k of static storage and prevents snprintf "possible
truncation" warnings from newer compilers (although in this case it's false
positive since the actual sizes are limited by the output size of the SHA1).
ok djm@
OpenBSD-Commit-ID: e254ae723f7e3dce352c7d5abc4b6d87faf61bf4
commit e3e62deb549fde215b777d95276c304f84bf00c6
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Oct 6 03:35:13 2021 +0000
upstream: use libc SHA256 functions; make this work when compiled
!WITH_OPENSSL
OpenBSD-Regress-ID: fda0764c1097cd42f979ace29b07eb3481259890
commit 12937d867019469ebce83c2ff614cdc6688fc2d8
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Oct 1 05:20:20 2021 +0000
upstream: Add test for ssh hashed known_hosts handling.
OpenBSD-Regress-ID: bcef3b3cd5a1ad9899327b4b2183de2541aaf9cf
Summary of changes:
hostfile.c | 20 +++++++++++---------
regress/Makefile | 3 ++-
regress/knownhosts.sh | 17 +++++++++++++++++
regress/misc/sk-dummy/sk-dummy.c | 39 +++++++++++++++++++++------------------
ssh-keygen.c | 3 ++-
ssh-keyscan.c | 7 ++++---
6 files changed, 57 insertions(+), 32 deletions(-)
create mode 100644 regress/knownhosts.sh
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list