[openssh-commits] [openssh] branch master updated (aa1c9e37 -> b556cc3c)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Nov 13 08:54:22 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  aa1c9e37  upstream: duplicate 'x' character in getopt(3) optstring
       new  78c96498  upstream: skip demanding -fstack-protector-all on hppa. we never
       new  ba5fb02b  ignore ssh-sk-helper
       new  7c096c45  upstream: implement ssh-ed25519-sk verification; ok djm@
       new  cef84a06  upstream: factor out sshsk_ecdsa_assemble(); ok djm@
       new  bc7b5d61  upstream: factor out sshsk_ecdsa_inner_sig(); ok djm@
       new  e03a29e6  upstream: rename sshsk_ecdsa_sign() to sshsk_sign(); ok djm
       new  fe05a36d  upstream: implement sshsk_ed25519_inner_sig(); ok djm
       new  7c32b51e  upstream: implement sshsk_ed25519_assemble(); ok djm
       new  fd1a3b5e  upstream: update sk-api to version 2 for ed25519 support; ok djm
       new  2c55744a  upstream: enable ed25519 support; ok djm
       new  3fcf69ac  upstream: check sig_r and sig_s for ssh-sk keys; ok djm
       new  b556cc3c  upstream: remove extra layer for ed25519 signature; ok djm@

The 12 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 b556cc3cbf0c43f073bb41bba4e92ca709a1ec13
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Nov 12 19:34:40 2019 +0000

    upstream: remove extra layer for ed25519 signature; ok djm@
    
    OpenBSD-Commit-ID: 7672d9d0278b4bf656a12d3aab0c0bfe92a8ae47

commit 3fcf69ace19e75cf9dcd7206f396adfcb29611a8
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Nov 12 19:34:00 2019 +0000

    upstream: check sig_r and sig_s for ssh-sk keys; ok djm
    
    OpenBSD-Commit-ID: 1a1e6a85b5f465d447a3800f739e35c5b74e0abc

commit 2c55744a56de0ffc81fe445a1e7fc5cd308712b3
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Nov 12 19:33:08 2019 +0000

    upstream: enable ed25519 support; ok djm
    
    OpenBSD-Commit-ID: 1a399c5b3ef15bd8efb916110cf5a9e0b554ab7e

commit fd1a3b5e38721b1d69aae2d9de1a1d9155dfa5c7
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Nov 12 19:32:30 2019 +0000

    upstream: update sk-api to version 2 for ed25519 support; ok djm
    
    OpenBSD-Commit-ID: 77aa4d5b6ab17987d8a600907b49573940a0044a

commit 7c32b51edbed5bd57870249c0a45dffd06be0002
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Nov 12 19:31:45 2019 +0000

    upstream: implement sshsk_ed25519_assemble(); ok djm
    
    OpenBSD-Commit-ID: af9ec838b9bc643786310b5caefc4ca4754e68c6

commit fe05a36dc0ea884c8c2395d53d804fe4f4202b26
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Nov 12 19:31:18 2019 +0000

    upstream: implement sshsk_ed25519_inner_sig(); ok djm
    
    OpenBSD-Commit-ID: f422d0052c6d948fe0e4b04bc961f37fdffa0910

commit e03a29e6554cd0c9cdbac0dae53dd79e6eb4ea47
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Nov 12 19:30:50 2019 +0000

    upstream: rename sshsk_ecdsa_sign() to sshsk_sign(); ok djm
    
    OpenBSD-Commit-ID: 1524042e09d81e54c4470d7bfcc0194c5b46fe19

commit bc7b5d6187de625c086b5f639b25bbad17bbabfc
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Nov 12 19:30:21 2019 +0000

    upstream: factor out sshsk_ecdsa_inner_sig(); ok djm@
    
    OpenBSD-Commit-ID: 07e41997b542f670a15d7e2807143fe01efef584

commit cef84a062db8cfeece26f067235dc440f6992c17
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Nov 12 19:29:54 2019 +0000

    upstream: factor out sshsk_ecdsa_assemble(); ok djm@
    
    OpenBSD-Commit-ID: 2313761a3a84ccfe032874d638d3c363e0f14026

commit 7c096c456f33f3d2682736d4735cc10e790276e9
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Tue Nov 12 19:29:24 2019 +0000

    upstream: implement ssh-ed25519-sk verification; ok djm@
    
    OpenBSD-Commit-ID: 37906d93948a1e3d237c20e713d6ca8fbf7d13f6

commit ba5fb02bed1e556d0ce7b1740ae8a5f87b737491
Author: Damien Miller <djm at mindrot.org>
Date:   Wed Nov 13 08:48:30 2019 +1100

    ignore ssh-sk-helper

commit 78c96498947f711141f493a40d202c482cc59438
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date:   Mon Nov 11 19:53:37 2019 +0000

    upstream: skip demanding -fstack-protector-all on hppa. we never
    
    wrote a stack protector for reverse-stack architectures, and i don't think
    anyone else did either. a warning per compiled file is just annoying.
    
    OpenBSD-Commit-ID: 14806a59353152f843eb349e618abbf6f4dd3ada

Summary of changes:
 .gitignore                        |   1 +
 .skipped-commit-ids               |   1 +
 Makefile.in                       |   2 +-
 PROTOCOL.u2f                      |  18 ++-
 authfd.c                          |   4 +-
 myproposal.h                      |   4 +-
 pathnames.h                       |   3 +-
 readconf.c                        |   4 +-
 sk-api.h                          |  12 +-
 ssh-add.c                         |   5 +-
 ssh-agent.c                       |   4 +-
 ssh-ed25519.c => ssh-ed25519-sk.c | 128 ++++++-----------
 ssh-keygen.c                      |  25 +++-
 ssh-sk-helper.c                   |   6 +-
 ssh-sk.c                          | 282 +++++++++++++++++++++++++++++---------
 ssh-sk.h                          |  14 +-
 sshconnect.c                      |   4 +-
 sshconnect2.c                     |  13 +-
 sshkey.c                          | 167 +++++++++++++++++++++-
 sshkey.h                          |  12 +-
 20 files changed, 510 insertions(+), 199 deletions(-)
 copy ssh-ed25519.c => ssh-ed25519-sk.c (50%)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list