[openssh-commits] [openssh] branch master updated (478f4f98 -> a70d92f2)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Nov 20 09:27:37 AEDT 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 478f4f98 remove all EC algs from proposals, no just sk ones
new 723a5369 upstream: add the missing WITH_OPENSSL ifdefs after the ED25519-SK
new 189550f5 upstream: additional missing stdarg.h includes when built without
new f0edda81 upstream: more missing mentions of ed25519-sk; ok djm@
new 2cf262c2 upstream: document '$' environment variable expansion for
new 88056f88 upstream: -c and -s do not make sense with -k; reshuffle -k into
new 4402d6c9 upstream: revert previous: naddy pointed out what's meant to
new 26369a5f upstream: a little more information from the monitor when signature
new a70d92f2 upstream: adjust on-wire signature encoding for ecdsa-sk keys to
The 8 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 a70d92f236576c032a45c39e68ca0d71e958d19d
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Nov 19 22:23:19 2019 +0000
upstream: adjust on-wire signature encoding for ecdsa-sk keys to
better match ec25519-sk keys. Discussed with markus@ and Sebastian Kinne
NB. if you are depending on security keys (already?) then make sure you
update both your clients and servers.
OpenBSD-Commit-ID: 53d88d8211f0dd02a7954d3af72017b1a79c0679
commit 26369a5f7d9c4e4ef44a3e04910126e1bcea43d8
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Nov 19 22:21:15 2019 +0000
upstream: a little more information from the monitor when signature
verification fails.
OpenBSD-Commit-ID: e6a30071e0518cac512f9e10be3dc3500e2003f3
commit 4402d6c9b5bf128dcfae2429f1d41cdaa8849b6b
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Tue Nov 19 16:02:32 2019 +0000
upstream: revert previous: naddy pointed out what's meant to
happen. rethink needed...
OpenBSD-Commit-ID: fb0fede8123ea7f725fd65e00d49241c40bd3421
commit 88056f881315233e990e4e04a815f8f96b4674e1
Author: jmc at openbsd.org <jmc at openbsd.org>
Date: Tue Nov 19 14:54:47 2019 +0000
upstream: -c and -s do not make sense with -k; reshuffle -k into
the main synopsis/usage; ok djm
OpenBSD-Commit-ID: f881ba253da015398ae8758d973e3390754869bc
commit 2cf262c21f35296c2ff718cfdb52e0473a1c3983
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Mon Nov 18 23:17:48 2019 +0000
upstream: document '$' environment variable expansion for
SecurityKeyProvider; ok djm@
OpenBSD-Commit-ID: 76db507ebd336a573e1cd4146cc40019332c5799
commit f0edda81c5ebccffcce52b182c3033531a1aab71
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Mon Nov 18 23:16:49 2019 +0000
upstream: more missing mentions of ed25519-sk; ok djm@
OpenBSD-Commit-ID: f242e53366f61697dffd53af881bc5daf78230ff
commit 189550f5bc85148e85f4caa1f6b2fc623149a4ee
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Mon Nov 18 16:10:05 2019 +0000
upstream: additional missing stdarg.h includes when built without
WITH_OPENSSL; ok djm@
OpenBSD-Commit-ID: 881f9a2c4e2239849cee8bbf4faec9bab128f55b
commit 723a5369864b338c48d22854bc2bb4ee5c083deb
Author: naddy at openbsd.org <naddy at openbsd.org>
Date: Mon Nov 18 16:08:57 2019 +0000
upstream: add the missing WITH_OPENSSL ifdefs after the ED25519-SK
addition; ok djm@
OpenBSD-Commit-ID: a9545e1c273e506cf70e328cbb9d0129b6d62474
Summary of changes:
PROTOCOL.u2f | 13 ++++++++-----
monitor.c | 7 ++++---
monitor_wrap.c | 2 +-
sk-usbhid.c | 12 ++++++++++++
ssh-add.1 | 9 ++++++---
ssh-add.c | 2 +-
ssh-agent.1 | 4 ++--
ssh-agent.c | 2 +-
ssh-ecdsa-sk.c | 10 +++++-----
ssh-keygen.1 | 17 ++++++++++-------
ssh-keygen.c | 4 ++--
ssh-keysign.c | 2 +-
ssh-sk.c | 24 +++++++++++++++++++-----
ssh.1 | 13 ++++++++++---
ssh.c | 3 ++-
ssh_config.5 | 13 +++++++++----
sshd.c | 2 +-
17 files changed, 94 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list