[openssh-commits] [openssh] branch master updated (37a14249 -> 2ea1108c)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jan 5 16:06:14 AEDT 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 37a14249 upstream: regression test for find-principals NULL deref; from Fabian
new 141a14ec upstream: move sig_process_opts() to before sig_sign(); no
new 56e941d0 upstream: add missing -O option to usage() for ssh-keygen -Y sign;
new 2327c306 upstream: allow selection of hash at sshsig signing time; code
new 2ea1108c upstream: regress test both sshsig message hash algorithms, possible
The 4 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 2ea1108c30e3edb6f872dfc1e6da10b041ddf2c0
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jan 5 04:56:15 2022 +0000
upstream: regress test both sshsig message hash algorithms, possible
now because the algorithm is controllable via the CLI
OpenBSD-Regress-ID: 0196fa87acc3544b2b4fd98de844a571cb09a39f
commit 2327c306b5d4a2b7e71178e5a4d139af9902c2b0
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jan 5 04:50:11 2022 +0000
upstream: allow selection of hash at sshsig signing time; code
already supported either sha512 (default) or sha256, but plumbing wasn't
there mostly by Linus Nordberg
OpenBSD-Commit-ID: 1b536404b9da74a84b3a1c8d0b05fd564cdc96cd
commit 56e941d0a00d6d8bae88317717d5e1b7395c9529
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jan 5 04:27:54 2022 +0000
upstream: add missing -O option to usage() for ssh-keygen -Y sign;
from Linus Nordberg
OpenBSD-Commit-ID: 4e78feb4aa830727ab76bb2e3d940440ae1d7af0
commit 141a14ec9b0924709c98df2dd8013bde5d8d12c7
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Jan 5 04:27:01 2022 +0000
upstream: move sig_process_opts() to before sig_sign(); no
functional code change
OpenBSD-Commit-ID: da02d61f5464f72b4e8b299f83e93c3b657932f9
Summary of changes:
regress/sshsig.sh | 26 +++++++++----
ssh-keygen.1 | 13 ++++++-
ssh-keygen.c | 112 ++++++++++++++++++++++++++++++------------------------
3 files changed, 92 insertions(+), 59 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list