[openssh-commits] [openssh] branch master updated (eb68e669 -> 59a19482)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon May 31 16:50:05 AEST 2021


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

djm pushed a change to branch master
in repository openssh.

      from  eb68e669  Include login_cap.h for login_getpwclass override.
       new  59a19482  upstream: Hash challenge supplied by client during FIDO key enrollment

The 1 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 59a194825f12fff8a7f75d91bf751ea17645711b
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon May 31 06:48:42 2021 +0000

    upstream: Hash challenge supplied by client during FIDO key enrollment
    
    prior to passing it to libfido2, which does expect a hash.
    
    There is no effect for users who are simply generating FIDO keys using
    ssh-keygen - by default we generate a random 256 bit challenge, but
    people building attestation workflows around our tools should now have
    a more consistent experience (esp. fewer failures when they fail to
    guess the magic 32-byte challenge length requirement).
    
    ok markus@
    
    OpenBSD-Commit-ID: b8d5363a6a7ca3b23dc28f3ca69470472959f2b5

Summary of changes:
 sk-usbhid.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

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


More information about the openssh-commits mailing list