[openssh-commits] [openssh] branch master updated (85cceda2 -> 3a7c46c7)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Nov 20 13:35:28 AEDT 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 85cceda2 upstream: Specify that the KDF function is bcrypt. Based on github
new 076cb616 upstream: draft-ietf-secsh-architecture is now RFC4251.
new 3a7c46c7 upstream: Explicitly initialize all members of the
The 2 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 3a7c46c72b6a1f643b1fc3589cd20d8320c3d9e1
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Fri Nov 20 02:14:16 2020 +0000
upstream: Explicitly initialize all members of the
find_by_key_ctx struct. Initializing a single member should be enough
(the spec says the remainder should be initialized as per the static
rules) but some GCCs warn on this which prevents us testing with -Werror
on those. ok deraadt@ djm@
OpenBSD-Commit-ID: 687126e60a27d30f02614760ef3c3ae4e8d6af28
commit 076cb616b87d1ea1d292973fcd0ba38c08ea6832
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Nov 19 23:05:05 2020 +0000
upstream: draft-ietf-secsh-architecture is now RFC4251.
OpenBSD-Commit-ID: cb0bb58c2711fb5ed519507659be1dcf179ed403
Summary of changes:
ssh2.h | 4 ++--
sshconnect.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list