[openssh-commits] [openssh] branch master updated (c1c44eee -> bbf20ac8)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 9 13:12:34 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  c1c44eee  configure.ac: fix libfido2 back-compat
       new  c7677352  upstream: when writing an attestation blob for a FIDO key, record all
       new  9afe2a15  upstream: Ensure that address/mask mismatches are flagged at
       new  bbf20ac8  upstream: adapt to SSH_SK_VERSION_MAJOR crank

The 3 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 bbf20ac8065905f9cb9aeb8f1df57fcab52ee2fb
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Sep 9 03:10:21 2020 +0000

    upstream: adapt to SSH_SK_VERSION_MAJOR crank
    
    OpenBSD-Regress-ID: 0f3e76bdc8f9dbd9d22707c7bdd86051d5112ab8

commit 9afe2a150893b20bdf9eab764978d817b9a7b783
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Aug 28 03:17:13 2020 +0000

    upstream: Ensure that address/mask mismatches are flagged at
    
    config-check time. ok djm@
    
    OpenBSD-Regress-ID: 8f5f4c2c0bf00e6ceae7a1755a444666de0ea5c2

commit c76773524179cb654ff838dd43ba1ddb155bafaa
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Sep 9 03:08:01 2020 +0000

    upstream: when writing an attestation blob for a FIDO key, record all
    
    the data needed to verify the attestation. Previously we were missing the
    "authenticator data" that is included in the signature.
    
    spotted by Ian Haken
    feedback Pedro Martelletto and Ian Haken; ok markus@
    
    OpenBSD-Commit-ID: 8439896e63792b2db99c6065dd9a45eabbdb7e0a

Summary of changes:
 PROTOCOL.u2f                     | 98 ++++++++--------------------------------
 regress/addrmatch.sh             | 14 +++++-
 regress/misc/sk-dummy/sk-dummy.c |  2 +-
 sk-api.h                         |  6 ++-
 sk-usbhid.c                      | 13 +++++-
 ssh-keygen.1                     |  9 ++--
 ssh-keygen.c                     | 44 +++++++++++-------
 ssh-sk.c                         | 44 ++++++++++++------
 8 files changed, 110 insertions(+), 120 deletions(-)

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


More information about the openssh-commits mailing list