[openssh-commits] [openssh] branch master updated (b4556c8a -> bb52e70f)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jun 22 16:28:14 AEST 2020


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  b4556c8a  Add OPENBSD ORIGINAL marker to bcrypt_pbkdf.
       new  00531bb4  upstream: Correct synopsis and usage for the options accepted when
       new  fc270baf  upstream: better terminology for permissions; feedback & ok markus@
       new  473b4af4  upstream: better terminology for permissions; feedback & ok markus@
       new  12848191  upstream: support for RFC4648 base64url encoding; ok markus
       new  64bc1210  upstream: refactor ECDSA-SK verification a little ahead of adding
       new  bb52e70f  upstream: Add support for FIDO webauthn (verification only).

The 6 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 bb52e70fa5330070ec9a23069c311d9e277bbd6f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jun 22 05:58:35 2020 +0000

    upstream: Add support for FIDO webauthn (verification only).
    
    webauthn is a standard for using FIDO keys in web browsers. webauthn
    signatures are a slightly different format to plain FIDO signatures - this
    support allows verification of these. Feedback and ok markus@
    
    OpenBSD-Commit-ID: ab7e3a9fb5782d99d574f408614d833379e564ad

commit 64bc121097f377142f1387ffb2df7592c49935af
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jun 22 05:56:23 2020 +0000

    upstream: refactor ECDSA-SK verification a little ahead of adding
    
    support for FIDO webauthn signature verification support; ok markus@
    
    OpenBSD-Commit-ID: c9f478fd8e0c1bd17e511ce8694f010d8e32043e

commit 12848191f8fe725af4485d3600e0842d92f8637f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jun 22 05:54:10 2020 +0000

    upstream: support for RFC4648 base64url encoding; ok markus
    
    OpenBSD-Commit-ID: 0ef22c55e772dda05c112c88412c0797fec66eb4

commit 473b4af43db12127137c7fc1a10928313f5a16d2
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jun 22 05:53:26 2020 +0000

    upstream: better terminology for permissions; feedback & ok markus@
    
    OpenBSD-Commit-ID: ff2a71803b5ea57b83cc3fa9b3be42b70e462fb9

commit fc270baf264248c3ee3050b13a6c8c0919e6559f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Jun 22 05:52:05 2020 +0000

    upstream: better terminology for permissions; feedback & ok markus@
    
    OpenBSD-Commit-ID: ffb220b435610741dcb4de0e7fc68cbbdc876d2c

commit 00531bb42f1af17ddabea59c3d9c4b0629000d27
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jun 19 07:21:42 2020 +0000

    upstream: Correct synopsis and usage for the options accepted when
    
    passing a command to ssh-agent.  ok jmc@
    
    OpenBSD-Commit-ID: b36f0679cb0cac0e33b361051b3406ade82ea846

Summary of changes:
 PROTOCOL.u2f   |  26 +++++++++
 sftp-server.8  |  22 ++++----
 sftp-server.c  |  32 ++++++------
 ssh-agent.1    |  23 ++++----
 ssh-agent.c    |  26 ++++-----
 ssh-ecdsa-sk.c | 162 +++++++++++++++++++++++++++++++++++++++++++++++----------
 sshbuf-misc.c  |  45 +++++++++++++++-
 sshbuf.h       |   4 +-
 sshkey.c       |   4 +-
 9 files changed, 266 insertions(+), 78 deletions(-)

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


More information about the openssh-commits mailing list